# 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 = "cmder" version = "0.6.1" exclude = [".github"] description = "A simple, lightweight, command line argument parser for rust codebases" documentation = "https://docs.rs/cmder/" keywords = [ "cli", "argument-parser", "cmder", "command-line-parser", "commander", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/ndaba1/cmder.git" resolver = "2" [[example]] name = "echo" [[example]] name = "custom_theme" [[example]] name = "basic_usage" [[example]] name = "subcommands" [[example]] name = "listeners" [[bench]] name = "1_default" path = "benches/1_default.rs" harness = false [[bench]] name = "2_basic" path = "benches/2_basic.rs" harness = false [[bench]] name = "3_standard" path = "benches/3_standard.rs" harness = false [[bench]] name = "inception" harness = false [dependencies.termcolor] version = "1.1.2" [dev-dependencies.criterion] version = "0.3.5" features = ["html_reports"]