stratum-core 0.2.0

Central hub for the Stratum V2 ecosystem, consolidating all low-level protocol crates into a single, cohesive API
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 = "stratum-core"
version = "0.2.0"
authors = ["The Stratum V2 Developers"]
description = "Central hub for the Stratum V2 ecosystem, consolidating all low-level protocol crates into a single, cohesive API"
homepage = "https://stratumprotocol.org"
documentation = "https://docs.rs/stratum-core"
readme = "README.md"
keywords = [
    "stratum",
    "mining",
    "bitcoin",
    "protocol",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/stratum-mining/stratum"

[dependencies.binary_sv2]
version = "^5.0.0"

[dependencies.bitcoin]
version = "0.32.5"

[dependencies.buffer_sv2]
version = "^3.0.0"

[dependencies.channels_sv2]
version = "^3.0.0"

[dependencies.codec_sv2]
version = "^4.0.0"
features = ["noise_sv2"]

[dependencies.common_messages_sv2]
version = "^6.0.0"

[dependencies.extensions_sv2]
version = "^0.1.0"

[dependencies.framing_sv2]
version = "^6.0.0"

[dependencies.handlers_sv2]
version = "^0.2.0"

[dependencies.job_declaration_sv2]
version = "^6.0.0"

[dependencies.mining_sv2]
version = "^7.0.0"

[dependencies.noise_sv2]
version = "^1.0.0"

[dependencies.parsers_sv2]
version = "^0.2.0"

[dependencies.stratum_translation]
version = "^0.1.0"
optional = true

[dependencies.sv1_api]
version = "^2.1.0"
optional = true

[dependencies.template_distribution_sv2]
version = "^4.0.0"

[features]
sv1 = ["sv1_api"]
translation = [
    "stratum_translation",
    "sv1",
]
with_buffer_pool = [
    "binary_sv2/with_buffer_pool",
    "framing_sv2/with_buffer_pool",
    "codec_sv2/with_buffer_pool",
]