rtb-cli 0.5.2

Rust Tool Base — CLI application scaffolding, clap integration, and built-in commands.
Documentation
# 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"
rust-version = "1.82"
name = "rtb-cli"
version = "0.5.2"
authors = ["Matt Cockayne <matt@phpboyscout.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust Tool Base — CLI application scaffolding, clap integration, and built-in commands."
homepage = "https://rtb.phpboyscout.uk"
documentation = "https://rtb.phpboyscout.uk"
readme = "README.md"
keywords = [
    "cli",
    "framework",
    "scaffolding",
    "ai",
    "mcp",
]
categories = [
    "command-line-interface",
    "development-tools",
]
license = "MIT"
repository = "https://gitlab.com/phpboyscout/rust-tool-base"

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "env",
    "wrap_help",
    "string",
]

[dependencies.directories]
version = "5"

[dependencies.inquire]
version = "0.8"

[dependencies.jsonschema]
version = "0.46"

[dependencies.linkme]
version = "0.3"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.rtb-app]
version = "0.5.2"

[dependencies.rtb-assets]
version = "0.5.2"

[dependencies.rtb-config]
version = "0.5.2"

[dependencies.rtb-credentials]
version = "0.5.2"

[dependencies.rtb-error]
version = "0.5.2"

[dependencies.rtb-telemetry]
version = "0.5.2"

[dependencies.rtb-tui]
version = "0.5.2"

[dependencies.schemars]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tabled]
version = "0.20"
features = ["derive"]

[dependencies.tokio]
version = "1.47"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
    "fmt",
]

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.cucumber]
version = "0.21"
features = ["macros"]

[dev-dependencies.insta]
version = "1"
features = [
    "yaml",
    "json",
]

[dev-dependencies.semver]
version = "1"
features = ["serde"]

[dev-dependencies.tokio]
version = "1.47"
features = ["full"]

[dev-dependencies.trybuild]
version = "1"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"

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

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

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

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"