76 lines
1.4 KiB
TOML
76 lines
1.4 KiB
TOML
[graph]
|
|
all-features = true
|
|
|
|
[advisories]
|
|
version = 2
|
|
yanked = "deny"
|
|
ignore = [
|
|
# jsonwebtoken's RSA support is required for verifying external RS256 OIDC ID tokens.
|
|
# No patched rsa release is available yet for RUSTSEC-2023-0071, so tolerate it until
|
|
# the upstream ecosystem provides a safe replacement or fix.
|
|
"RUSTSEC-2023-0071",
|
|
]
|
|
|
|
[licenses]
|
|
version = 2
|
|
confidence-threshold = 0.9
|
|
allow = [
|
|
"MIT",
|
|
"Apache-2.0",
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"ISC",
|
|
"MPL-2.0",
|
|
"Unicode-3.0",
|
|
"Zlib",
|
|
"CC0-1.0",
|
|
"BSL-1.0",
|
|
"MIT-0",
|
|
"CDLA-Permissive-2.0",
|
|
]
|
|
|
|
[bans]
|
|
multiple-versions = "warn"
|
|
wildcards = "allow"
|
|
highlight = "all"
|
|
deny = []
|
|
skip = [
|
|
"base64",
|
|
"core-foundation",
|
|
"cpufeatures",
|
|
"darling",
|
|
"darling_core",
|
|
"darling_macro",
|
|
"foldhash",
|
|
"getrandom",
|
|
"hashbrown",
|
|
"nom",
|
|
"r-efi",
|
|
"rand",
|
|
"rand_chacha",
|
|
"rand_core",
|
|
"reqwest",
|
|
"thiserror",
|
|
"thiserror-impl",
|
|
"wasm-streams",
|
|
"webpki-roots",
|
|
"windows-sys",
|
|
"windows-targets",
|
|
"windows_aarch64_gnullvm",
|
|
"windows_aarch64_msvc",
|
|
"windows_i686_gnu",
|
|
"windows_i686_gnullvm",
|
|
"windows_i686_msvc",
|
|
"windows_x86_64_gnu",
|
|
"windows_x86_64_gnullvm",
|
|
"windows_x86_64_msvc",
|
|
"winnow"
|
|
]
|
|
skip-tree = []
|
|
|
|
[sources]
|
|
unknown-registry = "deny"
|
|
unknown-git = "deny"
|
|
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
|
allow-git = []
|