mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-28 05:21:39 +00:00
14 lines
360 B
TOML
14 lines
360 B
TOML
[licenses]
|
|
allow-osi-fsf-free = "either"
|
|
copyleft = "deny"
|
|
|
|
[advisories]
|
|
ignore = [
|
|
"RUSTSEC-2020-0071", # time 0.1, doesn't affect the API we use
|
|
"RUSTSEC-2021-0145", # atty (dev-deps only, dependency of criterion)
|
|
"RUSTSEC-2022-0004", # rustc_serialize, cannot remove due to compatibility
|
|
]
|
|
unmaintained = "deny"
|
|
unsound = "deny"
|
|
yanked = "deny"
|