# 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-storage-plus" version = "2.0.0" authors = ["Ethan Frey "] description = "Enhanced storage engines" homepage = "https://cosmwasm.com" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-storage-plus" [package.metadata.docs.rs] all-features = true [lib] bench = false [[bench]] name = "main" harness = false [dependencies.cosmwasm-std] version = "2.0.0" features = ["std"] default-features = false [dependencies.cw-storage-macro] version = "2.0.0" optional = true [dependencies.schemars] version = "0.8.3" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.rand] version = "0.8" default-features = false [dev-dependencies.rand_xoshiro] version = "0.6.0" default-features = false [dev-dependencies.serde_json] version = "1.0.29" [features] default = ["iterator"] iterator = ["cosmwasm-std/iterator"] macro = ["cw-storage-macro"]