# 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 = "job_declaration_sv2" version = "1.0.0" authors = ["fi3 "] description = "SV2 job declaration protocol types" license = "MIT OR Apache-2.0" repository = "https://github.com/stratum-mining/stratum" resolver = "2" [dependencies.binary_sv2] version = "^1.0.0" [dependencies.const_sv2] version = "^1.0.0" [dependencies.serde] version = "1.0.89" optional = true default-features = false [features] with_serde = [ "binary_sv2/with_serde", "serde", ]