# 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 = "sv1_api" version = "1.0.1" authors = ["user"] description = "API for bridging SV1 miners to SV2 pools" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/stratum-mining/stratum" resolver = "2" [dependencies.binary_sv2] version = "^1.0.0" [dependencies.bitcoin_hashes] version = "0.3.2" [dependencies.byteorder] version = "1.2.7" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.0" [dependencies.pretty_env_logger] version = "0.4.0" [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"