aptos-crypto 0.2.7

Aptos crypto
Documentation
# 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 = "2018"
name = "aptos-crypto"
version = "0.2.7"
authors = ["Aptos Labs <opensource@aptoslabs.com>"]
description = "Aptos crypto"
homepage = "https://aptoslabs.com"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/aptos-labs/aptos-core"
resolver = "2"

[[bench]]
name = "noise"
harness = false

[[bench]]
name = "ed25519"
harness = false

[[bench]]
name = "bls12381"
harness = false

[dependencies.anyhow]
version = "1.0.57"

[dependencies.aptos-crypto-derive]
version = "0.2.1"

[dependencies.bcs]
version = "0.1.3"

[dependencies.blst]
version = "0.3.7"

[dependencies.bytes]
version = "1.1.0"

[dependencies.curve25519-dalek]
version = "3"
default-features = false

[dependencies.digest]
version = "0.9.0"

[dependencies.ed25519-dalek]
version = "1.0.1"
features = [
    "std",
    "serde",
]

[dependencies.hex]
version = "0.4.3"

[dependencies.hkdf]
version = "0.10.0"

[dependencies.mirai-annotations]
version = "1.12.0"

[dependencies.once_cell]
version = "1.10.0"

[dependencies.proptest]
version = "1.0.0"
optional = true

[dependencies.proptest-derive]
version = "0.3.0"
optional = true

[dependencies.rand]
version = "0.7.3"

[dependencies.rand_core]
version = "0.5.1"
default-features = false

[dependencies.ring]
version = "0.16.20"
features = ["std"]

[dependencies.serde]
version = "1.0.137"
features = ["derive"]

[dependencies.serde-name]
version = "0.1.1"

[dependencies.serde_bytes]
version = "0.11.6"

[dependencies.sha2]
version = "0.9.3"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.tiny-keccak]
version = "2.0.2"
features = ["sha3"]

[dependencies.x25519-dalek]
version = "1.2.0"

[dev-dependencies.bitvec]
version = "0.19.4"

[dev-dependencies.byteorder]
version = "1.4.3"

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

[dev-dependencies.proptest]
version = "1.0.0"

[dev-dependencies.proptest-derive]
version = "0.3.0"

[dev-dependencies.serde_json]
version = "1.0.81"

[dev-dependencies.sha3]
version = "0.9.1"

[dev-dependencies.trybuild]
version = "1.0.41"

[features]
assert-private-keys-not-cloneable = []
cloneable-private-keys = []
default = []
fuzzing = [
    "proptest",
    "proptest-derive",
    "cloneable-private-keys",
]