binary_sv2 5.0.1

Sv2 data format
Documentation
# 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 = "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"]