# 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-serde-adapter" version = "1.0.3" authors = ["Will Kennedy"] exclude = [ "/tests", "/examples", "/benches", "/docs", "/target", "/.github", "/.gitignore", "/.gitattributes", "/.gitmodules", "/.travis.yml", "/.cargo-ok", "/.git", "/.idea", ] description = "Adapter to go from borsh to serde and vice versa" readme = "README.md" keywords = [ "serde", "borsh", "serialization", "json", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/wkennedy/borsh-schema-utils" [lib] doctest = false [dependencies.anyhow] version = "1.0.86" [dependencies.borsh] version = "1.5.1" features = [ "unstable__schema", "std", ] [dependencies.borsh-derive] version = "1.5.1" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.205" features = ["derive"] [dependencies.serde_derive] version = "1.0.205" [dependencies.serde_json] version = "1.0.122" [dependencies.simdutf8] version = "0.1.4" optional = true [dependencies.thiserror] version = "1.0.63" [dependencies.wasm-bindgen] version = "0.2.92"