# 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 = "2018" name = "cw0" version = "0.10.3" authors = ["Ethan Frey "] description = "Common helpers for other cw specs" homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-plus" [dependencies.cosmwasm-std] version = "1.0.0-beta" [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.21" [dev-dependencies.cw-storage-plus] version = "0.10.3" [dev-dependencies.prost] version = "0.9"