[dependencies.quote]
version = "1.0.24"
[dependencies.syn]
features = ["full"]
version = "2.0.100"
[dev-dependencies.lapin]
version = "3.0.0"
[dev-dependencies.rstest]
version = "0.25.0"
[dev-dependencies.sqlx]
features = ["postgres", "mysql", "runtime-tokio"]
version = "0.8.5"
[dev-dependencies.testcontainers-modules]
features = ["rabbitmq"]
version = "0.12.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[lib]
name = "teststack_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Luca Iachini <luca.iachini89@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Test utilities to run testcontainers"
edition = "2021"
license = "MIT"
name = "teststack-macros"
readme = "README.md"
repository = "https://github.com/luca-iachini/teststack"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "init"
path = "tests/init.rs"
[[test]]
name = "rstest"
path = "tests/rstest.rs"
[[test]]
name = "sqlx"
path = "tests/sqlx.rs"
[[test]]
name = "tokio"
path = "tests/tokio.rs"