[package] name = "getopt_rs" version = "0.1.3" authors = ["wafelack "] edition = "2018" description = "Get command line options." repository = "https://github.com/wafelack/getopt.rs" license = "GPL-3.0" keywords = ["getopt", "cli", "parsing"] categories = ["command-line-interface"] documentation = "https://docs.rs/getopt_rs" readme = "Readme.asciidoc" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[test]] name = "getopt" harness = false [dependencies]