rust-actions-macros 0.2.1

Procedural macros for rust-actions BDD framework
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.walkdir]
version = "2"

[lib]
name = "rust_actions_macros"
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 = "Procedural macros for rust-actions BDD framework"
edition = "2021"
homepage = "https://github.com/alexchoi0/rust-actions"
keywords = ["testing", "bdd", "yaml", "github-actions", "async"]
license = "MIT OR Apache-2.0"
name = "rust-actions-macros"
readme = false
repository = "https://github.com/alexchoi0/rust-actions"
version = "0.2.1"