# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "binroots" version = "0.2.2" authors = ["Carter Reeb "] description = "Serialize and expose data, one file per field." homepage = "https://github.com/carterisonline/binroots" documentation = "https://docs.rs/binroots" readme = "README.md" keywords = [ "serialization", "unix", "file", "macro", "filesystem", ] categories = [ "encoding", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/carterisonline/binroots" [[example]] name = "example" path = "./examples/example.rs" [[example]] name = "manual" path = "./examples/manual.rs" [dependencies.binroots-proc-macros] version = "^0.2" [dependencies.itoa] version = "1" [dependencies.ryu] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_tuple] version = "0.5" [dev-dependencies.serde_bytes] version = "0.11"