[package] name = "getopt3" description = "Zero dependency command line argument parser" version = "2.2.0" edition = "2021" rust-version = "1.60.0" authors = ["Radim Kolar "] license = "MIT" homepage = "https://gitlab.com/hsn10/getopt3" repository = "https://gitlab.com/hsn10/getopt3.git" keywords = [ "cli", "getopt", "getopts", "parser", "parsing" ] categories = [ "command-line-interface", "parser-implementations" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more categories at https://crates.io/category_slugs [features] [dependencies] [lib] path = "src/getopt.rs" [dev-dependencies] rstest = { version = "^0.15.0", default-features=false, features = [] } quickcheck = { version = "1", default-features= false, features = [ "use_logging" ] } [profile.release] opt-level = 'z'