# 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 = "noise_sv2" version = "1.2.0" authors = ["The Stratum V2 Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sv2 noise" homepage = "https://stratumprotocol.org" documentation = "https://docs.rs/noise_sv2" readme = "README.md" keywords = [ "stratum", "mining", "bitcoin", "protocol", ] license = "MIT OR Apache-2.0" repository = "https://github.com/stratum-mining/stratum" resolver = "2" [package.metadata.docs.rs] all-features = true [lib] name = "noise_sv2" path = "src/lib.rs" [[example]] name = "handshake" path = "examples/handshake.rs" [dependencies.aes-gcm] version = "0.10.2" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.const_sv2] version = "^2.0.0" [dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] default-features = false [dependencies.rand_chacha] version = "0.3.1" [dependencies.secp256k1] version = "0.28.2" features = [ "hashes", "alloc", "rand", "rand-std", ] default-features = false [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1"