[package] name = "const_sv2" version = "2.1.0" authors = ["The Stratum V2 Developers"] edition = "2018" readme = "README.md" description = "This crate holds all of the shared constants used across the different Stratum V2 protocols and roles crates" documentation = "https://docs.rs/const_sv2" license = "MIT OR Apache-2.0" repository = "https://github.com/stratum-mining/stratum" homepage = "https://stratumprotocol.org" keywords = ["stratum", "mining", "bitcoin", "protocol"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] secp256k1 = { version = "0.28.2", default-features = false, features =["hashes", "alloc","rand","rand-std"] } #[dev-dependencies] #cbindgen = "0.16.0" [features] no_std = [] [package.metadata.docs.rs] all-features = true