1[licenses] 2allow-osi-fsf-free = "either" 3copyleft = "deny" 4 5[advisories] 6ignore = [ 7 "RUSTSEC-2022-0004", # rustc_serialize, cannot remove due to compatibility 8] 9unmaintained = "deny" 10unsound = "deny" 11yanked = "deny" 12