raps 3.8.0

🌼 RAPS (rapeseed) — Rust Autodesk Platform Services CLI
Documentation
[advisories]
version = 2
# Ignore unmaintained crate advisories for transitive dependencies
# These are pulled in by keyring (via zbus/secret-service) and reqwest
ignore = [
    "RUSTSEC-2024-0388", # derivative - unmaintained, used by zbus
    "RUSTSEC-2024-0384", # instant - unmaintained, used by fastrand
    "RUSTSEC-2025-0134", # rustls-pemfile - unmaintained, used by reqwest
]

[licenses]
version = 2
allow = [
    "Apache-2.0",
    "MIT",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "BSL-1.0",
    "ISC",
    "MPL-2.0",
    "OpenSSL",
    "Zlib",
    "Unicode-3.0",
    "Unicode-DFS-2016",
]

# Allow duplicate versions of windows crates (transitive dependencies)
[bans]
multiple-versions = "warn"