# 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" rust-version = "1.60" name = "bryte_descriptor_state" version = "0.1.0-alpha.2" authors = ["Will Kennedy"] exclude = [ "/tests", "/examples", "/benches", "/docs", "/target", "/.github", "/.gitignore", "/.gitattributes", "/.gitmodules", "/.travis.yml", "/.cargo-ok", "/.git", "/.idea", ] description = "Supporting library for Bryte-Descriptor structures" readme = "README.md" keywords = [ "solana", "logging", "json", "parsing", ] categories = ["Development tools"] license = "Apache-2.0" resolver = "2" [dependencies.base64] version = "0.21.1" [dependencies.borsh] version = "0.10.3" [dependencies.borsh-derive] version = "0.10.3" [dependencies.bs58] version = "0.5.0" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.sha2] version = "0.10.7" [dependencies.thiserror] version = "1.0.48" [dependencies.version] version = "3.0.0"