[package] name = "getopts-long" version = "0.1.1" authors = [ "Alan D. Salewski " ] description = "Rust cli options parsing library inspired by Perl's Getopt::Long" license = "GPL-2.0-or-later OR Apache-2.0" #homepage = "https://salewski.github.io/getopts-long-rs" documentation = "https://docs.rs/getopts-long/latest/getopts_long/" repository = "https://github.com/salewski/getopts-long-rs" keywords = [ "getopt", "getopts", "getopt_long", "GNU-style-options", "POSIXLY_CORRECT" ] categories = [ "command-line-interface" ] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]