# 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-cosmwasm-crypto" version = "1.1.11" authors = [ "Mauro Lacy ", "SCRT Labs ", ] description = "Crypto bindings for cosmwasm contracts" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/scrtlabs/cosmwasm/tree/secret/packages/crypto-secret" [lib] bench = false [[bench]] name = "main" harness = false [dependencies.digest] version = "0.10" [dependencies.ed25519-zebra] version = "3" [dependencies.k256] version = "0.11.1" features = ["ecdsa"] [dependencies.rand_core] version = "0.6" features = ["getrandom"] [dependencies.thiserror] version = "1.0.38" [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.english-numbers] version = "0.3" [dev-dependencies.hex] version = "0.4" [dev-dependencies.hex-literal] version = "0.3.1" [dev-dependencies.serde] version = "1.0.103" features = [ "derive", "alloc", ] default-features = false [dev-dependencies.serde_json] version = "1.0.40" [dev-dependencies.sha2] version = "0.10" [features] backtraces = [] default = []