rtb-cli 0.7.1

CLI application scaffolding, clap integration, and built-in commands. Part of the phpboyscout Rust toolkit.
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.7.1"
authors = ["Matt Cockayne <matt@phpboyscout.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI application scaffolding, clap integration, and built-in commands. Part of the phpboyscout Rust toolkit."
homepage = "https://cli.rust.phpboyscout.uk"
documentation = "https://docs.rs/rtb-cli"
readme = "README.md"
keywords = [
    "cli",
    "clap",
    "framework",
    "commands",
    "application",
]
categories = [
    "command-line-interface",
    "development-tools",
]
license = "MIT"
repository = "https://gitlab.com/phpboyscout/rust/cli"

[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.91"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.inquire]
version = "0.9.4"

[dependencies.jsonschema]
version = "0.48.1"

[dependencies.linkme]
version = "0.3.37"

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

[dependencies.open]
version = "5.4.0"

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

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

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

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

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

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

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

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_yaml]
version = "0.9.34"

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

[dependencies.thiserror]
version = "2.0.19"

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

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

[dependencies.toml]
version = "1.1.3"

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.url]
version = "2.5.8"

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

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

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

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

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

[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"