# 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-crypto" version = "0.10.1" authors = ["SCRT Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cryptographic 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 [lib] name = "secret_toolkit_crypto" path = "src/lib.rs" [dependencies.cc] version = "=1.1.10" [dependencies.cosmwasm-std] version = "1.1.11" features = ["random"] package = "secret-cosmwasm-std" [dependencies.rand_chacha] version = "0.3.1" optional = true default-features = false [dependencies.rand_core] version = "0.6.4" optional = true default-features = false [dependencies.secp256k1] version = "0.27.0" features = ["alloc"] optional = true default-features = false [dependencies.sha2] version = "0.10.6" optional = true default-features = false [dev-dependencies.base64] version = "0.21.0" [dev-dependencies.secp256k1] version = "0.27.0" features = [ "alloc", "rand-std", ] default-features = false [features] default = [ "hash", "ecc-secp256k1", "rand", ] ecc-secp256k1 = ["secp256k1"] hash = ["sha2"] rand = [ "hash", "rand_chacha", "rand_core", ]