[package] name = "comlexr" description = "Dynamically build Command objects with conditional expressions" repository = "https://gitlab.com/wunker-bunker/comlexr" version = "1.0.0" edition = "2018" license = "MIT" [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = { version = "2", features = ["full"] } [dev-dependencies] rstest = "0.24" [lints.rust] unsafe_code = "forbid" [lints.clippy] correctness = "deny" suspicious = "deny" perf = "deny" style = "deny" nursery = "deny" pedantic = "deny"