# 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 = "cli_utils_hoijui" version = "0.9.0" authors = ["Robin Vobruba "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A tiny CLI utilities library, providing functions and constants useful in many CLI tools. """ homepage = "https://github.com/hoijui/cli-utils-rs" readme = "README.md" keywords = [ "cli", "utility", ] categories = [ "command-line-utilities", "command-line-interface", "config", "rust-patterns", ] license = "AGPL-3.0-or-later" repository = "https://github.com/hoijui/cli-utils-rs" [lib] name = "cli_utils_hoijui" path = "src/lib.rs" [dependencies.log] version = "0.4" optional = true default-features = false [dependencies.once_cell] version = "1.19" [dependencies.thiserror] version = "1.0" optional = true default-features = false [dependencies.tracing] version = "0.1" optional = true default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] optional = true default-features = false [dependencies.url] version = "2.5" optional = true default-features = false [features] default = [] logging = [ "dep:log", "dep:tracing", "dep:tracing-subscriber", ] std_error = ["dep:thiserror"] url_parse_error = [ "std_error", "dep:url", ] [lints.clippy] clone_on_ref_ptr = "warn" else_if_without_else = "warn" empty_structs_with_brackets = "warn" indexing_slicing = "warn" print_stderr = "warn" print_stdout = "warn" shadow_reuse = "warn" string_slice = "warn" try_err = "warn" use_debug = "warn" wildcard_enum_match_arm = "warn" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust.rust_2021_compatibility] level = "warn" priority = -1