[package]
edition = "2021"
name = "binary_sv2"
version = "5.0.1"
authors = ["The Stratum V2 Developers"]
description = "Sv2 data format"
homepage = "https://stratumprotocol.org"
documentation = "https://docs.rs/binary_sv2"
readme = "README.md"
keywords = [
"stratum",
"mining",
"bitcoin",
"protocol",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/stratum-mining/stratum"
[package.metadata.docs.rs]
features = ["with_buffer_pool"]
[dependencies.buffer_sv2]
version = "^3.0.0"
optional = true
[dependencies.derive_codec_sv2]
version = "^1.0.0"
[dependencies.quickcheck]
version = "1.0.0"
optional = true
[features]
default = ["no_std"]
no_std = []
prop_test = ["quickcheck"]
with_buffer_pool = ["buffer_sv2"]