# 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 = "framing_sv2" version = "2.0.0" authors = ["fi3 "] description = "Sv2 frames" license = "MIT" repository = "https://github.com/stratum-mining/stratum" resolver = "2" [dependencies.binary_sv2] version = "^1.0.0" [dependencies.buffer_sv2] version = "^1.0.0" optional = true [dependencies.const_sv2] version = "^2.0.0" [dependencies.serde] version = "1.0.89" optional = true default-features = false [features] no_std = [] with_buffer_pool = [ "binary_sv2/with_buffer_pool", "buffer_sv2", ] with_serde = [ "binary_sv2/with_serde", "serde", "buffer_sv2/with_serde", ]