# 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 = "cosmwasm-crypto" version = "2.2.0-rc.3" authors = ["Mauro Lacy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crypto bindings for cosmwasm contracts" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cosmwasm/tree/main/packages/crypto" [lib] name = "cosmwasm_crypto" path = "src/lib.rs" bench = false [[test]] name = "bls12_381" path = "tests/bls12_381.rs" [[test]] name = "hashers" path = "tests/hashers.rs" [[test]] name = "rootberg" path = "tests/rootberg.rs" [[test]] name = "rootberg_secp256k1" path = "tests/rootberg_secp256k1.rs" [[test]] name = "rootberg_secp256r1" path = "tests/rootberg_secp256r1.rs" [[test]] name = "wycheproof" path = "tests/wycheproof.rs" [[test]] name = "wycheproof_secp256k1" path = "tests/wycheproof_secp256k1.rs" [[test]] name = "wycheproof_secp256r1" path = "tests/wycheproof_secp256r1.rs" [[bench]] name = "main" path = "benches/main.rs" harness = false required-features = ["std"] [dependencies.ark-bls12-381] version = "0.4.0" [dependencies.ark-ec] version = "0.4.2" features = ["parallel"] [dependencies.ark-ff] version = "0.4.2" features = [ "asm", "parallel", ] [dependencies.ark-serialize] version = "0.4.2" [dependencies.cosmwasm-core] version = "2.2.0-rc.3" [dependencies.curve25519-dalek] version = "4.1.3" [dependencies.digest] version = "0.10" [dependencies.ecdsa] version = "0.16.2" [dependencies.ed25519-zebra] version = "4.0.3" default-features = false [dependencies.k256] version = "0.13.3" features = ["ecdsa"] default-features = false [dependencies.num-traits] version = "0.2.18" [dependencies.p256] version = "0.13.2" features = ["ecdsa"] default-features = false [dependencies.rand_core] version = "0.6" [dependencies.rayon] version = "1.9.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0.26" [dev-dependencies.base64] version = "0.22.0" [dev-dependencies.base64-serde] version = "0.7.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.english-numbers] version = "0.3" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.hex] version = "0.4" features = ["serde"] [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.rand_core] version = "0.6" features = ["getrandom"] [dev-dependencies.serde] version = "1.0.103" features = [ "alloc", "derive", ] default-features = false [dev-dependencies.serde_json] version = "1.0.40" [dev-dependencies.sha2] version = "0.10" [dev-dependencies.sha3] version = "0.10" [features] default = ["std"] std = []