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