rust-bucket-cli 0.9.5

Long-horizon agentic coding scaffold for Rust projects
Documentation
# Generated by rust-bucket v0.9.5. DO NOT EDIT BY HAND.

# Configuration for cargo-deny (https://github.com/EmbarkStudios/cargo-deny)
# This file defines security, license, and dependency policies for this crate.

[advisories]
# Check for security vulnerabilities in dependencies.
# In schema v2 vulnerabilities, unsound, and notice advisories always error;
# use `ignore` to silence specific advisories.
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
unmaintained = "all"
yanked = "deny"
ignore = []

[licenses]
# Allow only approved permissive licenses. In schema v2 any license not in
# `allow` is denied, so the deny/default/copyleft controls are no longer used.
allow = [
    "MIT",
    "Apache-2.0",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Zlib",
    "Unlicense",
    "Unicode-3.0",
]
confidence-threshold = 0.8

[bans]
# Ban specific crates or versions
multiple-versions = "warn"
wildcards = "allow"
highlight = "all"
deny = []
skip = []
skip-tree = []

[sources]
# Only allow dependencies from crates.io
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []