# 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 = "proptest_async" version = "0.2.1" authors = ["Nathan Perry "] include = [ "/src/**.rs", "/README.md", ] description = "proptest macro supporting async tests" homepage = "https://public.git.npry.dev/proptest_async/about" readme = "README.md" license = "MIT" repository = "https://public.git.npry.dev/proptest_async" [dependencies.async-std] version = "1.12" optional = true [dependencies.proptest] version = "1.4" [dependencies.tokio] version = "1.36" features = [ "rt", "time", ] optional = true [features] async_std = ["dep:async-std"] default = ["async_std"] tokio = ["dep:tokio"]