wca 0.29.0

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.
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies.error_tools]
default-features = false
features = ["enabled", "error_typed", "error_untyped"]
version = "~0.33.0"

[dependencies.former]
default-features = false
features = ["enabled", "derive_former"]
version = "~2.29.0"

[dependencies.indexmap]
version = "2.2.6"

[dependencies.iter_tools]
default-features = false
features = ["enabled"]
version = "~0.38.0"

[dependencies.log]
version = "0.4"

[dependencies.mod_interface]
default-features = false
features = ["enabled"]
version = "~0.45.0"

[dependencies.textdistance]
optional = true
version = "1.0"

[dev-dependencies.assert_fs]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.test_tools]
features = ["full"]
version = "~0.16.0"

[[example]]
name = "wca_custom_error"
path = "examples/wca_custom_error.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"

[features]
default = ["enabled"]
enabled = []
full = ["enabled", "on_unknown_suggest"]
on_unknown_suggest = ["dep:textdistance"]

[lib]
name = "wca"
path = "src/lib.rs"

[lints.clippy]
absolute_paths = "allow"
arbitrary_source_item_ordering = "allow"
cast_precision_loss = "allow"
doc_include_without_cfg = "warn"
implicit_return = "allow"
inline_always = "allow"
items_after_statements = "allow"
missing_docs_in_private_items = "allow"
missing_inline_in_public_items = "allow"
mod_module_files = "allow"
module_name_repetitions = "allow"
pub_use = "allow"
question_mark_used = "allow"
single_call_fn = "allow"
std_instead_of_alloc = "allow"
std_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"
wildcard_imports = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe-code = "deny"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>", "Bogdan Balushkin <bohdan.b@obox.systems>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities"]
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.
"""
documentation = "https://docs.rs/wca"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/move/wca/readme.md"
keywords = ["wtools", "CLI", "CUI", "user-interface"]
license = "MIT"
name = "wca"
readme = "readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/move/wca"
version = "0.29.0"

[package.metadata.docs.rs]
all-features = false
features = ["full", "error_tools/enabled", "strs_tools/enabled", "mod_interface/enabled", "iter_tools/enabled", "former/enabled"]

[[test]]
name = "smoke_test"
path = "tests/smoke_test.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"