[package] name = "cliargs" version = "0.6.0" authors = ["Takayuki Sato "] edition = "2021" rust-version = "1.74.1" description = "Parses command line arguments and prints the help." documentation = "https://docs.rs/cliargs" readme = "README.md" repository = "https://github.com/sttk/cliargs-rust" license = "MIT" keywords = ["cli", "command", "line", "argument", "parse"] categories = ["command-line-interface"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cliargs_derive = { version = "0.1", path = "cliargs_derive" } linebreak = "0.3" [dev-dependencies] trybuild = "1.0" [workspace] members = ["cliargs_derive"]