bevy_streamdeck 0.8.0

Elgato Stream Deck plugin for Bevy
Documentation
[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "deny"
yanked = "deny"
notice = "deny"
ignore = []

[licenses]
unlicensed = "deny"
allow = [
    "MIT",
    "Apache-2.0",
    "CC0-1.0",
    "MIT-0",
]
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.8
exceptions = [
    { allow = ["BSD-3-Clause"], name = "instant" },
    { allow = ["BSD-3-Clause"], name = "pp-rs" },
    { allow = ["ISC"], name = "libloading" },
    { allow = ["Zlib"], name = "slotmap" },
    { allow = ["Zlib"], name = "const_panic" },
    { allow = ["Zlib"], name = "bevy_mikktspace" },
    { allow = ["Unicode-DFS-2016"], name = "unicode-ident" },
]

[bans]
multiple-versions = "deny"
# allowed while working with git deps
# wildcards = "deny"
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
    { name = "hashbrown", version = "0.11" },
]

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