# 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 = "hermit-toolkit-crypto" version = "0.1.0" authors = [ "Dao lang ", "MARBLE", ] description = "Hermit crypto" license = "Apache-2.0" resolver = "1" [dependencies.cosmwasm-std] version = "0.10.1" package = "secret-cosmwasm-std" [dependencies.rand_chacha] version = "0.2.2" optional = true default-features = false [dependencies.rand_core] version = "0.5.1" optional = true default-features = false [dependencies.secp256k1] version = "0.21.3" optional = true [dependencies.sha2] version = "0.9.1" optional = true default-features = false [dev-dependencies.secp256k1-test] version = "0.17" features = [ "rand-std", "recovery", ] package = "secp256k1" [features] ecc-secp256k1 = ["secp256k1"] hash = ["sha2"] rand = [ "rand_chacha", "rand_core", ]