# 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_macro" version = "0.5.1" description = "lets_expect! macro. This crate is internal to the lets_expect crate and should not be used directly." categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/tomekpiotrowski/lets_expect" [lib] name = "lets_expect_macro" path = "src/lib.rs" proc-macro = true [dependencies.lets_expect_core] version = "=0.5.1" [dependencies.proc-macro2] version = "1.0.47" [dependencies.quote] version = "1.0.21" [dependencies.syn] version = "1.0.103" features = [ "full", "extra-traits", ] [dev-dependencies.lets_expect_assertions] version = "=0.5.1" [features] tokio = ["lets_expect_core/tokio"]