[package] name = "behaviortree-rs-derive" description = "Procedural macros for behaviortree-rs." version = "0.2.5-alpha3" edition.workspace = true authors.workspace = true license.workspace = true repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] log = "0.4.20" proc-macro2 = "1.0.66" quote = "1.0.33" syn = { version = "2.0.29", features = ["full", "visit-mut", "visit"] } [dev-dependencies] behaviortree-rs = { path = "../behaviortree-rs" }