# 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" rust-version = "1.65" name = "storey" version = "0.3.0" authors = [ "Tomasz Kurcz", "Confio GmbH", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Storage abstractions for blockchains" homepage = "https://cosmwasm.com/" readme = "README.md" keywords = ["CosmWasm"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/CosmWasm/storey" [lib] name = "storey" path = "src/lib.rs" [[test]] name = "composition" path = "tests/composition.rs" [[test]] name = "iteration" path = "tests/iteration.rs" [dependencies.storey-encoding] version = "0.1" [dependencies.storey-storage] version = "0.1" [dependencies.thiserror] version = "1" [dev-dependencies]