# 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 = "borsh-schema-writer" version = "1.0.2" authors = ["Will Kennedy"] exclude = [ "/tests", "/examples", "/benches", "/docs", "/target", "/.github", "/.gitignore", "/.gitattributes", "/.gitmodules", "/.travis.yml", "/.cargo-ok", "/.git", "/.idea", ] description = "Write a BorshSchemaContainer to a binary file" readme = "README.md" keywords = [ "borsh", "serialization", "schema", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/wkennedy/borsh-schema-utils" [lib] doctest = false [dependencies.borsh] version = "1.5.1" features = [ "std", "unstable__schema", ] [dependencies.borsh-derive] version = "1.5.1"