rust-tool-base 0.5.1

Rust Tool Base — the batteries-included CLI application framework. Umbrella crate re-exporting the full public API.
# 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 = "rust-tool-base"
version = "0.5.1"
authors = ["Matt Cockayne <matt@phpboyscout.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust Tool Base — the batteries-included CLI application framework. Umbrella crate re-exporting the full public API."
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"

[features]
ai = [
    "dep:rtb-ai",
    "rtb-docs?/ai",
]
cli = ["dep:rtb-cli"]
credentials = ["dep:rtb-credentials"]
credentials-linux-persistent = [
    "credentials",
    "rtb-credentials/linux-persistent",
]
default = [
    "cli",
    "update",
    "docs",
    "mcp",
    "credentials",
    "tui",
]
docs = ["dep:rtb-docs"]
full = [
    "cli",
    "update",
    "docs",
    "mcp",
    "ai",
    "credentials",
    "tui",
    "telemetry",
    "vcs",
]
mcp = ["dep:rtb-mcp"]
telemetry = ["dep:rtb-telemetry"]
tui = ["dep:rtb-tui"]
update = ["dep:rtb-update"]
vcs = ["dep:rtb-vcs"]

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

[dependencies.rtb-ai]
version = "0.5.1"
optional = true

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

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

[dependencies.rtb-cli]
version = "0.5.1"
optional = true

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

[dependencies.rtb-credentials]
version = "0.5.1"
optional = true

[dependencies.rtb-docs]
version = "0.5.1"
optional = true

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

[dependencies.rtb-mcp]
version = "0.5.1"
optional = true

[dependencies.rtb-telemetry]
version = "0.5.1"
optional = true

[dependencies.rtb-tui]
version = "0.5.1"
optional = true

[dependencies.rtb-update]
version = "0.5.1"
optional = true

[dependencies.rtb-vcs]
version = "0.5.1"
optional = true

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