# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60.0" name = "getopt3" version = "2.2.0" authors = ["Radim Kolar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zero dependency command line argument parser" homepage = "https://gitlab.com/hsn10/getopt3" readme = "README.md" keywords = [ "cli", "getopt", "getopts", "parser", "parsing", ] categories = [ "command-line-interface", "parser-implementations", ] license = "MIT" repository = "https://gitlab.com/hsn10/getopt3.git" [profile.release] opt-level = "z" [lib] name = "getopt3" path = "src/getopt.rs" [[test]] name = "Example" path = "tests/Example.rs" [[test]] name = "Example_tests" path = "tests/Example_tests.rs" [[test]] name = "Main" path = "tests/Main.rs" [dependencies] [dev-dependencies.quickcheck] version = "1" features = ["use_logging"] default-features = false [dev-dependencies.rstest] version = "^0.15.0" features = [] default-features = false [features]