sv1_api 2.1.3

API for bridging SV1 miners to SV2 pools
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 = "sv1_api"
version = "2.1.3"
authors = ["The Stratum V2 Developers"]
description = "API for bridging SV1 miners to SV2 pools"
homepage = "https://stratumprotocol.org"
documentation = "https://docs.rs/sv1_api"
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_hashes]
version = "0.3.2"

[dependencies.byteorder]
version = "1.2.7"

[dependencies.hex]
version = "0.4.3"

[dependencies.serde]
version = "1.0.89"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.serde_json]
version = "1.0.64"
features = ["alloc"]
default-features = false

[dependencies.tracing]
version = "0.1"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"