cd 0.3.0

API interaction for clearlydefined.io
Documentation
[graph]
all-features = true

[advisories]
version = 2
ignore = []

[licenses]
version = 2
allow = ["MIT", "Apache-2.0", "ISC", "BSD-3-Clause"]
confidence-threshold = 0.8
exceptions = [
    { name = "unicode-ident", allow = [
        "Unicode-DFS-2016",
    ] },
    { name = "ring", allow = [
        "OpenSSL",
    ] },
    { name = "webpki-roots", allow = [
        "MPL-2.0",
    ] },
]

[[licenses.clarify]]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]

[bans]
multiple-versions = "deny"
skip-tree = [{ crate = "windows-sys@0.48.0", reason = "same as always" }]

[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = []