# 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 = "parcheck" version = "0.1.0-alpha.2" authors = ["Stepan Tubanov"] description = "Test permutations of concurrent scenarios" readme = "README.md" keywords = [ "async", "testing", ] categories = [ "concurrency", "development-tools::testing", ] license = "MIT" repository = "https://github.com/stepantubanov/parcheck" [package.metadata.docs.rs] features = ["enable"] [dependencies.fastrand] version = "2.1" optional = true [dependencies.futures-util] version = "0.3" optional = true [dependencies.pin-project-lite] version = "0.2" optional = true [dependencies.tokio] version = "1" features = [ "sync", "rt", ] optional = true [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing] version = "0.1" [features] enable = [ "dep:fastrand", "dep:tokio", "dep:futures-util", "dep:pin-project-lite", ] tracing = ["dep:tracing"] [lints.clippy] large_include_file = "warn" missing_panics_doc = "allow" module_name_repetitions = "allow" redundant_closure_for_method_calls = "allow" [lints.clippy.pedantic] level = "warn" priority = -1