# 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 = "wca" version = "0.23.0" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", "Bogdan Balushkin ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ The tool to make CLI ( commands user interface ). It is able to aggregate external binary applications, as well as functions, which are written in your language. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/move/wca/Readme.md" documentation = "https://docs.rs/wca" readme = "Readme.md" keywords = [ "wtools", "CLI", "CUI", "user-interface", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/move/wca" [package.metadata.docs.rs] all-features = false features = [ "full", "error_tools/enabled", "strs_tools/enabled", "mod_interface/enabled", "iter_tools/enabled", "former/enabled", ] [lib] name = "wca" path = "src/lib.rs" [[example]] name = "wca_fluent" path = "examples/wca_fluent.rs" [[example]] name = "wca_shortcut" path = "examples/wca_shortcut.rs" [[example]] name = "wca_suggest" path = "examples/wca_suggest.rs" [[example]] name = "wca_trivial" path = "examples/wca_trivial.rs" [[test]] name = "smoke_test" path = "tests/smoke_test.rs" [[test]] name = "wca_tests" path = "tests/wca_tests.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.error_tools] version = "~0.18.0" features = ["default"] default-features = false [dependencies.former] version = "~2.10.0" features = ["default"] default-features = false [dependencies.indexmap] version = "2.2.6" [dependencies.iter_tools] version = "~0.23.0" features = ["default"] default-features = false [dependencies.log] version = "0.4" [dependencies.mod_interface] version = "~0.29.0" features = ["default"] default-features = false [dependencies.strs_tools] version = "~0.18.0" features = ["default"] default-features = false [dependencies.textdistance] version = "1.0" optional = true [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.criterion] version = "0.5" [features] default = ["enabled"] enabled = [] full = [ "enabled", "on_unknown_suggest", ] on_unknown_suggest = ["dep:textdistance"] [lints.clippy] absolute_paths = "allow" inline_always = "allow" module_name_repetitions = "allow" pedantic = "warn" restriction = "warn" single_call_fn = "allow" std_instead_of_alloc = "warn" std_instead_of_core = "warn" undocumented_unsafe_blocks = "deny" [lints.rust] future_incompatible = "deny" missing_debug_implementations = "warn" missing_docs = "warn" rust_2018_idioms = "deny" unsafe-code = "warn"