binary_sv2 6.0.0

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 = "6.0.0"
authors = ["The Stratum V2 Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"]

[features]
default = ["no_std"]
no_std = []
with_buffer_pool = ["buffer_sv2"]

[lib]
name = "binary_sv2"
path = "src/lib.rs"

[[example]]
name = "encode_decode"
path = "examples/encode_decode.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.buffer_sv2]
version = "^3.0.0"
optional = true

[dependencies.derive_codec_sv2]
version = "^1.0.0"