# 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-incubator" version = "0.10.0" authors = ["SCRT Labs "] description = "Experimental tools for writing 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"] optional = true package = "secret-cosmwasm-std" [dependencies.secret-toolkit-serialization] version = "0.10.0" optional = true [dependencies.serde] version = "1.0" optional = true [features] generational-store = [ "secret-toolkit-serialization", "serde", "cosmwasm-std", ] maxheap = [ "secret-toolkit-serialization", "serde", "cosmwasm-std", ]