diff --git a/deny.toml b/deny.toml index 56ed385..be521ce 100644 --- a/deny.toml +++ b/deny.toml @@ -1,7 +1,18 @@ +[graph] all-features = true +[advisories] +version = 2 + [licenses] -allow-osi-fsf-free = "both" +version = 2 +allow = [ + "Apache-2.0", + "BSD-2-Clause", + "BSD-3-Clause", + "ISC", + "MIT", +] exceptions = [ { allow = ["MPL-2.0"], name = "option-ext" }, { allow = ["Unicode-DFS-2016"], name = "unicode-ident" },