# 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 = "2018" rust-version = "1.70.0" name = "kommandozeile" version = "0.1.1" authors = ["Paul Horn "] publish = true description = "Collection of gimmicks to use when writing a CLI application" homepage = "https://gh.knutwalker.io/kommandozeile" readme = "README.md" keywords = [ "cli", "clap", "tracing", ] categories = [ "development-tools", "command-line-interface", ] license = "MIT OR Apache-2.0" repository = "https://github.com/knutwalker/kommandozeile/" resolver = "2" [dependencies.argfile] version = "0.1.6" optional = true [dependencies.clap] version = "4.5.7" features = [ "std", "error-context", "help", "suggestions", "usage", ] optional = true default-features = false [dependencies.color-eyre] version = "0.6.3" features = ["issue-url"] optional = true [dependencies.concolor] version = "0.1.1" optional = true default-features = false [dependencies.filepath] version = "0.1.2" optional = true [dependencies.same-file] version = "1.0.6" optional = true [dependencies.tracing] version = "0.1.40" features = ["std"] optional = true default-features = false [dependencies.tracing-error] version = "0.2.0" optional = true [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [dependencies.wild] version = "2.1.1" optional = true [features] args_file = ["argfile"] args_glob_expand = ["wild"] clap_app_color = [ "clap/color", "concolor/auto", ] clap_app_colour = ["clap_app_color"] clap_color = [ "clap", "concolor/api", ] clap_colour = ["clap_color"] clap_derive = ["clap/derive"] clap_file = [ "clap", "filepath", "same-file", ] clap_verbose = ["clap"] default = ["full"] full = [ "args_glob_expand", "args_file", "clap_app_color", "clap_color", "clap_derive", "clap_file", "clap_verbose", "setup_clap", "setup_color-eyre", "setup_tracing", "tracing_attributes", ] setup_clap = ["clap"] setup_color-eyre = ["color-eyre"] setup_tracing = [ "tracing", "tracing-error", "tracing-subscriber", ] tracing_attributes = ["tracing/attributes"] [lints.clippy] all = "warn" cargo = "warn" [lints.clippy.missing_const_for_fn] level = "allow" priority = 1 [lints.clippy.multiple_crate_versions] level = "allow" priority = 1 [lints.rust] bad_style = "warn" dead_code = "warn" improper_ctypes = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" no_mangle_generic_items = "warn" non_shorthand_field_patterns = "warn" overflowing_literals = "warn" path_statements = "warn" patterns_in_fns_without_body = "warn" private_bounds = "warn" private_interfaces = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unconditional_recursion = "warn" unsafe_code = "warn" unused_allocation = "warn" unused_comparisons = "warn" unused_crate_dependencies = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_parens = "warn" unused_qualifications = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = -1 [lints.rust.unused] level = "warn" priority = -1