# 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 = "safety-rules" version = "0.2.7" authors = ["Aptos Labs "] description = "Aptos safety rules" homepage = "https://aptoslabs.com" license = "Apache-2.0" repository = "https://github.com/aptos-labs/aptos-core" resolver = "2" [[test]] name = "binary" required-features = ["testing"] [[bench]] name = "safety_rules" harness = false required-features = ["testing"] [dependencies.aptos-config] version = "0.2.1" [dependencies.aptos-crypto] version = "0.2.1" [dependencies.aptos-global-constants] version = "0.2.1" [dependencies.aptos-infallible] version = "0.2.1" [dependencies.aptos-logger] version = "0.2.1" [dependencies.aptos-proptest-helpers] version = "0.2.1" optional = true [dependencies.aptos-secure-net] version = "0.2.1" [dependencies.aptos-secure-push-metrics] version = "0.2.1" [dependencies.aptos-secure-storage] version = "0.2.1" [dependencies.aptos-temppath] version = "0.2.1" [dependencies.aptos-types] version = "0.2.1" [dependencies.aptos-vault-client] version = "0.2.1" [dependencies.consensus-types] version = "0.2.1" [dependencies.crash-handler] version = "0.2.1" package = "crash-handler-on-you" [dependencies.once_cell] version = "1.10.0" [dependencies.proptest] version = "1.0.0" optional = true [dependencies.rand] version = "0.7.3" default-features = false [dependencies.serde] version = "1.0.137" default-features = false [dependencies.serde_json] version = "1.0.81" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.aptos-config] version = "0.2.1" features = ["fuzzing"] [dev-dependencies.aptos-proptest-helpers] version = "0.2.1" [dev-dependencies.aptos-secure-storage] version = "0.2.1" features = ["testing"] [dev-dependencies.consensus-types] version = "0.2.1" features = ["fuzzing"] [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rusty-fork] version = "0.3.0" [dev-dependencies.tempfile] version = "3.3.0" [features] default = [] fuzzing = [ "consensus-types/fuzzing", "aptos-config/fuzzing", "proptest", "aptos-proptest-helpers", ] testing = ["aptos-secure-storage/testing"]