Files
fparkan/deny.toml
Valentin Popov 3c44a12fc4
Docs Deploy / Build and Deploy MkDocs (push) Successful in 36s
Test / Lint (push) Failing after 2m5s
Test / Test (push) Skipped
Test / Render parity (push) Skipped
build(platform): restrict runtime scope to Windows
2026-07-18 05:50:10 +04:00

31 lines
448 B
TOML

[graph]
all-features = true
[advisories]
yanked = "deny"
[bans]
multiple-versions = "allow"
wildcards = "deny"
deny = [
{ name = "native-tls" },
{ name = "openssl" },
{ name = "openssl-sys" },
]
[licenses]
allow = [
"Apache-2.0",
"BSD-3-Clause",
"GPL-2.0-only",
"ISC",
"MIT",
"Unicode-3.0",
"Zlib",
]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]