# 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.75.0" name = "unc-abi" version = "0.10.3" description = "unc smart contract ABI primitives" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/unc/unc-abi-rs" [dependencies.borsh] version = "1.5.1" features = [ "unstable__schema", "derive", ] [dependencies.schemars] version = "0.8.11" features = ["impl_json_schema"] [dependencies.semver] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.insta] version = "1.29.0" [dev-dependencies.serde_json] version = "1" [features] __chunked-entries = []