# 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 = "2021" name = "maybenot-simulator" version = "2.0.1" authors = ["Tobias Pulls "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simulator for the Maybenot framework" homepage = "https://maybenot.io" readme = "README.md" keywords = [ "anonymity", "correlation", "fingerprinting", "privacy", "security", ] categories = [ "cryptography", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/maybenot-io/maybenot" [lib] name = "maybenot_simulator" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "example" path = "tests/example.rs" [[test]] name = "integration_delay" path = "tests/integration_delay.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "network" path = "tests/network.rs" [[test]] name = "simulator" path = "tests/simulator.rs" [[bench]] name = "rng" path = "benches/rng.rs" harness = false [dependencies.criterion] version = "0.5.1" [dependencies.enum-map] version = "2.7.3" [dependencies.log] version = "0.4.21" [dependencies.maybenot] version = "2.0.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.serde] version = "1.0.198" [dependencies.serde_json] version = "1.0.116" [dependencies.test-log] version = "0.2.15" [dev-dependencies.env_logger] version = "0.10.2" [lints.rust] absolute_paths_not_starting_with_crate = "deny" explicit_outlives_requirements = "warn" macro_use_extern_crate = "deny" missing_abi = "deny" non_ascii_idents = "forbid" single_use_lifetimes = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" [lints.rust.rust_2018_idioms] level = "deny" priority = -1