# 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 = "azalea-brigadier" version = "0.10.3+mc1.21.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A port of Mojang's Brigadier command parsing and dispatching library." readme = "README.md" license = "MIT" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-brigadier" [lib] name = "azalea_brigadier" path = "src/lib.rs" [[test]] name = "bevy_app_usage" path = "tests/bevy_app_usage.rs" [[test]] name = "command_dispatcher_test" path = "tests/command_dispatcher_test.rs" [[test]] name = "command_dispatcher_usages_test" path = "tests/command_dispatcher_usages_test.rs" [[test]] name = "command_suggestions_test" path = "tests/command_suggestions_test.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "string_reader_test" path = "tests/string_reader_test.rs" [dependencies.azalea-buf] version = "0.10.0" optional = true [dependencies.azalea-chat] version = "0.10.0" optional = true [dependencies.parking_lot] version = "0.12.3" [dev-dependencies.bevy_app] version = "0.13.0" [dev-dependencies.bevy_ecs] version = "0.13.0" [features] azalea-buf = [ "dep:azalea-buf", "dep:azalea-chat", "azalea-chat/azalea-buf", ]