# 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 = "1.5.11"
authors = ["Mauro Lacy <maurolacy@users.noreply.github.com>"]
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

[[bench]]
name = "main"
path = "benches/main.rs"
harness = false

[dependencies.digest]
version = "0.10"

[dependencies.ed25519-zebra]
version = "3"

[dependencies.k256]
version = "0.13.3"
features = ["ecdsa"]

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.thiserror]
version = "1.0.38"

[dev-dependencies.criterion]
version = "0.4"

[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 = []