# 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 = "cw-storage" version = "0.2.2" authors = ["Ethan Frey "] description = "CosmWasm library with useful helpers for Storage patterns" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-storage" [dependencies.cosmwasm] version = "~0.7.0" [dependencies.schemars] version = "~0.5" [dependencies.serde] version = "~1.0.103" features = ["derive", "alloc"] default-features = false [dependencies.snafu] version = "~0.5.0" features = ["rust_1_30"] default-features = false [badges.maintenance] status = "deprecated"