# 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" rust-version = "1.64" name = "lets_expect" version = "0.5.1" description = "Clean tests for Rust" readme = "README.md" categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/tomekpiotrowski/lets_expect" [dependencies.lets_expect_assertions] version = "=0.5.1" [dependencies.lets_expect_core] version = "=0.5.1" [dependencies.lets_expect_macro] version = "=0.5.1" [dependencies.tokio] version = "1" features = ["macros"] optional = true [dev-dependencies.tokio-test] version = "0.4.2" [features] tokio = [ "dep:tokio", "lets_expect_assertions/tokio", "lets_expect_core/tokio", "lets_expect_macro/tokio", ]