# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cosmwasm" version = "0.7.2" authors = ["Ethan Frey "] description = "Standard library for Wasm based smart contracts on Cosmos blockchains" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cosmwasm/tree/master/packages/std" [dependencies.base64] version = "0.11.0" [dependencies.schemars] version = "0.5" [dependencies.serde] version = "1.0.103" features = ["derive", "alloc"] default-features = false [dependencies.serde-json-wasm] version = "0.1.2" [dependencies.snafu] version = "0.5.0" features = ["rust_1_30"] default-features = false [dev-dependencies.serde_json] version = "1.0" [features] backtraces = ["snafu/backtraces"] [badges.circle-ci] branch = "master" repository = "CosmWasm/cosmwasm" [badges.maintenance] status = "actively-developed"