mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 09:45:20 +00:00
31 lines
502 B
TOML
31 lines
502 B
TOML
[licenses]
|
|
allow = [
|
|
"Apache-2.0",
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"ISC",
|
|
"MIT",
|
|
"MPL-2.0",
|
|
"NCSA",
|
|
"OpenSSL",
|
|
"Unicode-3.0",
|
|
"Unicode-DFS-2016",
|
|
]
|
|
private = { ignore = true }
|
|
|
|
[[licenses.clarify]]
|
|
name = "ring"
|
|
expression = "ISC AND MIT AND OpenSSL"
|
|
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
|
|
|
|
[advisories]
|
|
ignore = [
|
|
# `paste` is unmaintained
|
|
"RUSTSEC-2024-0436",
|
|
]
|
|
|
|
[sources]
|
|
allow-git = [
|
|
"https://github.com/n0-computer/rustls"
|
|
]
|