# 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 = "jd_client" version = "0.1.1" description = "TODO" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/stratum-mining/stratum" [lib] name = "jd_client" path = "src/lib/mod.rs" [dependencies.async-channel] version = "1.5.1" [dependencies.async-recursion] version = "0.3.2" [dependencies.binary_sv2] version = "^1.0.0" [dependencies.buffer_sv2] version = "^1.0.0" [dependencies.codec_sv2] version = "^1.0.1" features = [ "noise_sv2", "with_buffer_pool", ] [dependencies.error_handling] version = "1.0.0" [dependencies.framing_sv2] version = "^1.0.0" [dependencies.futures] version = "0.3.25" [dependencies.key-utils] version = "^1.0.0" [dependencies.network_helpers_sv2] version = "2.0.0" features = [ "with_tokio", "with_buffer_pool", ] [dependencies.nohash-hasher] version = "0.2.0" [dependencies.roles_logic_sv2] version = "^1.0.0" [dependencies.serde] version = "1.0.89" features = [ "derive", "alloc", ] default-features = false [dependencies.stratum-common] version = "1.0.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.6" default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"