[package] name = "forever-rs" version = "0.1.2" edition = "2021" authors = ["tickbh "] description = "The complete solution for Rust command-line interfaces" repository = "https://github.com/tickbh/forever-rs" homepage = "https://github.com/tickbh/forever-rs" license = "MIT/Apache-2.0" keywords = ["forever", "forever-rs"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.7" quote = "1" syn = { version = "1.0.90", features = ["full"] } commander = "0.1.5" log = "0.4.17"