# 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-parallel-executor" version = "0.2.7" authors = ["Aptos Labs "] description = "Aptos parallel transaction executor library" homepage = "https://aptoslabs.com" license = "Apache-2.0" repository = "https://github.com/aptos-labs/aptos-core" resolver = "2" [[bench]] name = "scheduler_benches" harness = false required-features = ["fuzzing"] [dependencies.anyhow] version = "1.0.57" [dependencies.aptos-infallible] version = "0.2.1" [dependencies.aptos-types] version = "0.2.1" [dependencies.arc-swap] version = "1.5.0" [dependencies.criterion] version = "0.3.5" optional = true [dependencies.crossbeam] version = "0.8.1" [dependencies.crossbeam-queue] version = "0.3.5" [dependencies.dashmap] version = "5.2.0" [dependencies.mvhashmap] version = "0.2.1" [dependencies.num_cpus] version = "1.13.1" [dependencies.once_cell] version = "1.10.0" [dependencies.proptest] version = "1.0.0" optional = true [dependencies.proptest-derive] version = "0.3.0" optional = true [dependencies.rayon] version = "1.5.2" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.proptest-derive] version = "0.3.0" [dev-dependencies.rand] version = "0.7.3" [features] fuzzing = [ "criterion", "proptest", "proptest-derive", ]