# 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 = "const_sv2" version = "2.1.0" authors = ["The Stratum V2 Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate holds all of the shared constants used across the different Stratum V2 protocols and roles crates" homepage = "https://stratumprotocol.org" documentation = "https://docs.rs/const_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 = "const_sv2" path = "src/lib.rs" [dependencies.secp256k1] version = "0.28.2" features = [ "hashes", "alloc", "rand", "rand-std", ] default-features = false [features] no_std = []