diff --git a/Cargo.toml b/Cargo.toml index b98b91e..800e8af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "eyes" version = "0.1.0" edition = "2018" +description = "A simpler way to parse using human-readable templates" license-file="LICENSE.txt" +homepage = "https://git.palmoe.dk/vodofrede/eyes/" +repository = "https://git.palmoe.dk/vodofrede/eyes/" +readme = "README.md" +keywords = ["parsing", "parse", "simple", "no-deps"] +categories = ["encoding", "parsing", "text-processing"] + [dependencies] diff --git a/README.md b/README.md index 94c0a0a..584bcea 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Eyes was made for the primary purpose of parsing challenge inputs for [Advent of It currently provides limited functionality, but more options may be added provided they are useful additions for parsing slightly more complicated formats. +Eyes does not have any dependencies, as I wanted to keep it simple to and lightweight in design. Good performance is not guaranteed, as the library isn't well tested yet. + I was told this functionality is similar to `scanf` from C. ### Examples: