# 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 = "buffer_sv2" version = "1.1.0" authors = ["fi3 "] description = "buffer" readme = "README.md" license = "MIT" repository = "https://github.com/stratum-mining/stratum" resolver = "2" [[bench]] name = "pool_benchmark" harness = false [[bench]] name = "pool_iai" harness = false [dependencies.aes-gcm] version = "0.10.2" [dependencies.criterion] version = "0.3" optional = true [dependencies.serde] version = "1.0.89" features = [ "derive", "alloc", ] optional = true default-features = false [dev-dependencies.iai] version = "0.1" [dev-dependencies.rand] version = "0.8.3" [features] debug = [] fuzz = [] with_serde = ["serde"]