rustuse 0.1.2

Unified facade crate for the published RustUse sets and child crates
Documentation
[graph]
all-features = true

[advisories]
# cargo-deny 0.19+ removed `vulnerability` and `notice`; vulnerability advisories
# remain denied by default.
# `unmaintained` now uses scope values (`all|workspace|transitive|none`), so
# warning-only behavior is not available in this key.
# Keep unmaintained advisories non-blocking in CI while still surfacing yanked crates.
unmaintained = "none"
yanked = "warn"
ignore = []

[licenses]
confidence-threshold = 0.93
unused-allowed-license = "warn"

allow = [
    "Apache-2.0",
    "MIT",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Unicode-3.0",
]

[licenses.private]
ignore = true

[bans]
multiple-versions = "warn"
wildcards = "deny"

[sources]
unknown-git = "deny"
unknown-registry = "deny"
allow-registry = [
    "https://github.com/rust-lang/crates.io-index",
    "sparse+https://index.crates.io/",
]