lets_expect_macro 0.5.2

lets_expect! macro. This crate is internal to the lets_expect crate and should not be used directly.
Documentation
[package]
name = "lets_expect_macro"
description = "lets_expect! macro. This crate is internal to the lets_expect crate and should not be used directly."
version.workspace = true
edition.workspace = true
license.workspace =  true
repository.workspace = true
rust-version.workspace = true
categories.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "lets_expect_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies]
lets_expect_core = { version = "=0.5.2", path = "../lets_expect_core" }
quote.workspace = true
syn.workspace = true
proc-macro2.workspace = true

[dev-dependencies]
lets_expect_assertions = { version = "=0.5.2", path = "../lets_expect_assertions" }

[features]
tokio = ["lets_expect_core/tokio"]