[dependencies.lets_expect_core]
version = "=0.5.2"
[dependencies.proc-macro2]
version = "1.0.47"
[dependencies.quote]
version = "1.0.21"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.103"
[dev-dependencies.lets_expect_assertions]
version = "=0.5.2"
[features]
tokio = ["lets_expect_core/tokio"]
[lib]
name = "lets_expect_macro"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "lets_expect! macro. This crate is internal to the lets_expect crate and should not be used directly."
edition = "2021"
license = "MIT"
name = "lets_expect_macro"
readme = false
repository = "https://github.com/tomekpiotrowski/lets_expect"
rust-version = "1.64"
version = "0.5.2"