# 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 = "aptos-scratchpad" version = "0.2.7" authors = ["Aptos Labs "] description = "Aptos scratchpad" homepage = "https://aptoslabs.com" license = "Apache-2.0" repository = "https://github.com/aptos-labs/aptos-core" resolver = "2" [lib] name = "scratchpad" bench = false [[bench]] name = "sparse_merkle" harness = false required-features = ["bench"] [dependencies.aptos-crypto] version = "0.2.1" [dependencies.aptos-infallible] version = "0.2.1" [dependencies.aptos-metrics-core] version = "0.2.1" [dependencies.aptos-types] version = "0.2.1" [dependencies.bitvec] version = "0.19.4" [dependencies.itertools] version = "0.10.0" [dependencies.once_cell] version = "1.10.0" [dependencies.proptest] version = "1.0.0" optional = true [dependencies.rayon] version = "1.5.2" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.aptos-types] version = "0.2.1" features = ["fuzzing"] [dev-dependencies.bitvec] version = "0.19.4" [dev-dependencies.once_cell] version = "1.10.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.7.3" [features] bench = ["proptest"] fuzzing = [ "aptos-types/fuzzing", "proptest", ]