# 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 = "roles_logic_sv2" version = "1.2.1" description = "Common handlers for use within SV2 roles" license = "MIT OR Apache-2.0" repository = "https://github.com/stratum-mining/stratum" resolver = "2" [dependencies.binary_sv2] version = "^1.0.0" default-features = true [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.common_messages_sv2] version = "^2.0.0" [dependencies.const_sv2] version = "^2.0.0" [dependencies.framing_sv2] version = "^2.0.0" [dependencies.job_declaration_sv2] version = "^1.0.0" [dependencies.mining_sv2] version = "^1.0.0" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.serde] version = "1.0.89" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.siphasher] version = "1" [dependencies.stratum-common] version = "1.0.0" features = ["bitcoin"] [dependencies.template_distribution_sv2] version = "^1.0.1" [dependencies.tracing] version = "0.1" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand] version = "0.8.5" [features] disable_nopanic = [] prop_test = ["template_distribution_sv2/prop_test"] with_serde = [ "serde", "binary_sv2/with_serde", "common_messages_sv2/with_serde", "template_distribution_sv2/with_serde", "job_declaration_sv2/with_serde", "mining_sv2/with_serde", ]