2022-08-17 20:48:14 +03:00
|
|
|
[licenses]
|
|
|
|
unlicensed = "deny"
|
2024-04-10 12:53:23 +03:00
|
|
|
allow = ["MIT", "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "CC0-1.0", "ISC", "MPL-2.0"]
|
2022-08-17 20:48:14 +03:00
|
|
|
copyleft = "warn"
|
|
|
|
default = "deny"
|
|
|
|
|
2024-04-10 12:53:23 +03:00
|
|
|
[advisories]
|
|
|
|
# No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
|
|
|
|
# https://rustsec.org/advisories/RUSTSEC-2023-0071
|
|
|
|
ignore = ["RUSTSEC-2023-0071"]
|
|
|
|
|
2022-08-17 20:48:14 +03:00
|
|
|
[[licenses.exceptions]]
|
|
|
|
allow = ["Unicode-DFS-2016"]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.3"
|
|
|
|
|
|
|
|
[bans]
|
|
|
|
multiple-versions = "deny"
|
2023-02-11 13:14:30 +03:00
|
|
|
skip-tree = [
|
2024-02-12 13:53:22 +03:00
|
|
|
{ name = "windows-sys" },
|
|
|
|
{ name = "itertools" },
|
|
|
|
{ name = "bitflags" },
|
2023-02-11 13:14:30 +03:00
|
|
|
]
|