# 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 = "secret-toolkit-storage" version = "0.10.0" authors = ["SCRT Labs "] description = "Abstractions over storage in Secret Contracts" readme = "Readme.md" keywords = [ "secret-network", "secret-contracts", "secret-toolkit", ] categories = [ "cryptography::cryptocurrencies", "wasm", ] license-file = "LICENSE" repository = "https://github.com/scrtlabs/secret-toolkit" [package.metadata.docs.rs] all-features = true [dependencies.cosmwasm-std] version = "1.1.11" features = ["random"] package = "secret-cosmwasm-std" [dependencies.cosmwasm-storage] version = "1.1.11" package = "secret-cosmwasm-storage" [dependencies.secret-toolkit-serialization] version = "0.10.0" [dependencies.serde] version = "1.0"