2023-06-04 15:32:20 +00:00
|
|
|
# configuration for https://github.com/EmbarkStudios/cargo-deny
|
|
|
|
|
|
|
|
[licenses]
|
2024-08-02 17:53:57 +00:00
|
|
|
version = 2
|
2023-06-04 15:32:20 +00:00
|
|
|
confidence-threshold = 0.8
|
2023-06-16 13:09:41 +00:00
|
|
|
allow = [
|
|
|
|
"Apache-2.0",
|
|
|
|
"BSD-2-Clause",
|
|
|
|
"BSD-3-Clause",
|
|
|
|
"ISC",
|
|
|
|
"MIT",
|
|
|
|
"Unicode-DFS-2016",
|
2023-06-17 08:54:25 +00:00
|
|
|
"WTFPL",
|
2023-06-16 13:09:41 +00:00
|
|
|
]
|
2023-06-04 15:32:20 +00:00
|
|
|
|
|
|
|
[advisories]
|
2024-08-02 17:53:57 +00:00
|
|
|
version = 2
|
2023-06-04 15:32:20 +00:00
|
|
|
|
|
|
|
[bans]
|
|
|
|
multiple-versions = "allow"
|
|
|
|
|
|
|
|
[sources]
|
|
|
|
unknown-registry = "deny"
|
|
|
|
unknown-git = "warn"
|
|
|
|
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|