# 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 = "cosmwasm-schema" version = "2.2.0-rc.3" authors = [ "Ethan Frey ", "Simon Warta ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A dev-dependency for CosmWasm contracts to generate JSON Schema files." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cosmwasm/tree/main/packages/schema" [lib] name = "cosmwasm_schema" path = "src/lib.rs" [[test]] name = "idl" path = "tests/idl.rs" [dependencies.cosmwasm-schema-derive] version = "=2.2.0-rc.3" [dependencies.schemars] version = "0.8.4" [dependencies.serde] version = "1.0.192" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0.40" [dependencies.thiserror] version = "1.0.26" [dev-dependencies.anyhow] version = "1.0.57" [dev-dependencies.semver] version = "1" [dev-dependencies.tempfile] version = "3"