# 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 = "2018" name = "codec_sv2" version = "1.3.0" authors = ["The Stratum V2 Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sv2 data format" homepage = "https://stratumprotocol.org" documentation = "https://docs.rs/codec_sv2" readme = "README.md" keywords = [ "stratum", "mining", "bitcoin", "protocol", ] license = "MIT OR Apache-2.0" repository = "https://github.com/stratum-mining/stratum" resolver = "2" [package.metadata.docs.rs] all-features = true [lib] name = "codec_sv2" path = "src/lib.rs" [[example]] name = "encrypted" path = "examples/encrypted.rs" [[example]] name = "unencrypted" path = "examples/unencrypted.rs" [dependencies.binary_sv2] version = "1.0.0" [dependencies.buffer_sv2] version = "1.0.0" [dependencies.const_sv2] version = "2.0.0" [dependencies.framing_sv2] version = "^2.0.0" [dependencies.noise_sv2] version = "1.0" optional = true [dependencies.serde] version = "1.0.89" optional = true default-features = false [dependencies.tracing] version = "0.1" [dev-dependencies.key-utils] version = "^1.0.0" [features] no_std = [] with_buffer_pool = ["framing_sv2/with_buffer_pool"] with_serde = [ "binary_sv2/with_serde", "serde", "framing_sv2/with_serde", "buffer_sv2/with_serde", ]