# 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" name = "clier_parser" version = "0.7.4" authors = ["Vincent Thomas"] description = "Parser for building values and commands from command line arguments" documentation = "https://docs.rs/clier_parser" readme = "README.md" keywords = [ "cli", "parser", ] categories = ["command-line-interface"] license-file = "LICENSE" repository = "https://github.com/vincent-thomas/clier" [[bench]] name = "parser_bench" harness = false [dependencies.itertools] version = "0.11.0" [dev-dependencies.criterion] version = "0.5.1"