# 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 = "cata" version = "0.1.1" authors = ["Thomas Rampelberg "] description = "toolkit for building large CLIs" documentation = "https://docs.rs/cata" readme = "README.md" keywords = ["cli"] categories = ["command-line-interface"] license-file = "LICENSE" repository = "https://github.com/grampelberg/cata" [profile.dev] debug = 0 split-debuginfo = "unpacked" [dependencies.async-trait] version = "0.1.81" [dependencies.cata-derive] version = "0.1.0" [dependencies.clap] version = "4.5.9" features = [ "derive", "env", ] [dependencies.eyre] version = "0.6.12" [dependencies.futures] version = "0.3.30" [dependencies.machine-uid] version = "0.5.2" [dependencies.mime_guess] version = "2.0.5" [dependencies.posthog-rs] version = "0.2.2" [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.serde_path_to_error] version = "0.1.16" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tabled] version = "0.15.0" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-core] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "matchers", "once_cell", "tracing", ] [dependencies.uuid] version = "1.10.0" [lints.clippy] cargo = "warn" complexity = "warn" correctness = "warn" missing_errors_doc = "allow" multiple_crate_versions = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn" [lints.rust] keyword-idents = "warn" let-underscore = "warn" missing_docs = "warn" rust-2024-compatibility = "warn" unused_crate_dependencies = "warn"