runbox 1.2.0

CLI for scaffolding container runner integration files
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.74"
name = "runbox"
version = "1.2.0"
authors = ["wandalen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for scaffolding container runner integration files"
homepage = "https://github.com/iron-cage/claude_tools"
documentation = "https://docs.rs/runbox"
readme = "readme.md"
keywords = [
    "cli",
    "container",
    "scaffold",
    "docker",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/iron-cage/claude_tools"

[features]
default = []
enabled = [
    "dep:unilang",
    "unilang/enabled",
    "dep:error_tools",
    "error_tools/enabled",
    "error_tools/error_untyped",
    "dep:cli_fmt",
]
full = ["enabled"]

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

[[bin]]
name = "crb"
path = "src/bin/crb.rs"
required-features = ["enabled"]

[[bin]]
name = "runbox"
path = "src/main.rs"
required-features = ["enabled"]

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

[dependencies.cli_fmt]
version = "^0.8"
features = ["cli_help_template"]
optional = true
default-features = false

[dependencies.error_tools]
version = "^0.40"
optional = true
default-features = false

[dependencies.unilang]
version = "^0.57"
features = [
    "enabled",
    "approach_yaml_multi_build",
]
optional = true
default-features = false

[dev-dependencies.assert_cmd]
version = "^2.0"

[dev-dependencies.tempfile]
version = "^3"

[lints.clippy]
absolute_paths = "allow"
arbitrary_source_item_ordering = "allow"
cast_precision_loss = "allow"
doc_include_without_cfg = "warn"
implicit_return = "allow"
inline_always = "allow"
items_after_statements = "allow"
missing_docs_in_private_items = "allow"
missing_inline_in_public_items = "warn"
mod_module_files = "allow"
module_name_repetitions = "allow"
needless_pass_by_value = "allow"
pub_use = "allow"
question_mark_used = "allow"
single_call_fn = "allow"
std_instead_of_alloc = "allow"
std_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"
wildcard_imports = "allow"

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

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe-code = "deny"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1