Files
oak-gpui/deny.toml
T
2026-06-15 18:42:57 -04:00

61 lines
956 B
TOML

[graph]
targets = []
all-features = false
no-default-features = false
[output]
feature-depth = 1
[advisories]
ignore = []
unmaintained = "none"
unsound = "none"
[licenses]
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Zlib",
"Unicode-3.0",
"0BSD",
"MPL-2.0",
"CC0-1.0",
"bzip2-1.0.6",
"NCSA",
]
confidence-threshold = 0.8
exceptions = []
[licenses.private]
ignore = true
registries = [
#"https://sekretz.com/registry
]
[bans]
multiple-versions = "allow"
wildcards = "allow"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"
allow = []
allow-workspace = true
deny = []
skip = []
skip-tree = []
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []
[sources.allow-org]
github = ["zed-industries", "proptest-rs"]
gitlab = []
bitbucket = []