drink-test-macro 0.18.0

Procedural macro providing a `#[drink::test]` attribute for `drink`-based contract testing
Documentation
[dependencies.cargo_metadata]
version = "0.18.1"

[dependencies.contract-build]
version = "5.0.0"

[dependencies.contract-metadata]
version = "5.0.0"

[dependencies.convert_case]
version = "0.6.0"

[dependencies.darling]
version = "0.20.3"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2"

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

[package]
authors = ["Cardinal"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Procedural macro providing a `#[drink::test]` attribute for `drink`-based contract testing"
edition = "2021"
homepage = "https://github.com/Cardinal-Cryptography/drink"
license = "Apache-2.0"
name = "drink-test-macro"
readme = "README.md"
repository = "https://github.com/Cardinal-Cryptography/drink"
version = "0.18.0"