# 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 = "cw-storey" version = "0.4.0" authors = [ "Tomasz Kurcz", "Confio GmbH", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "storey integration for CosmWasm" homepage = "https://cosmwasm.com/" readme = "README.md" keywords = ["CosmWasm"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/CosmWasm/storey" [lib] name = "cw_storey" path = "src/lib.rs" [[test]] name = "smoke_test" path = "tests/smoke_test.rs" [dependencies.cosmwasm-std] version = "2" [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1" [dependencies.storey] version = "0.3"