raad crate for eating and pushing bytes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..4081473 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "raad" +version = "0.1.0" +authors = ["bend-n <[email protected]>"] +license = "MIT" +edition = "2021" +description = "raad library for reading and writing bytes" +repository = "https://github.com/bend-n/raad" +exclude = ["tdata", "benches/", ".gitignore"] +categories = ["encoding", "parsing"] +rust-version = "1.79" +keywords = ["data", "read", "write", "io"] + +[package.metadata.docs.rs] +all-features = true +rustdoc-args = ["--cfg", "docsrs"] |