# 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.57" name = "twilight-command-parser" version = "0.9.0" authors = ["Twilight Contributors"] include = ["src/**/*.rs", "Cargo.toml"] publish = true description = "Message command parser for the Twilight ecosystem." homepage = "https://twilight.rs/chapter_1_crates/section_5_command_parser.html" documentation = "https://docs.rs/twilight-command-parser" readme = "README.md" keywords = ["discord", "discord-api", "twilight"] categories = [] license = "ISC" repository = "https://github.com/twilight-rs/twilight.git" [[bench]] name = "prefix" path = "benches/prefix.rs" harness = false [[bench]] name = "commands" path = "benches/commands.rs" harness = false [dependencies.unicase] version = "2" default-features = false [dev-dependencies.criterion] version = "0.3" default-features = false [dev-dependencies.patricia_tree] version = "0.3" default-features = false [dev-dependencies.static_assertions] version = "1" default-features = false