confab 0.4.0

Asynchronous line-oriented interactive TCP client
[graph]
targets = []
all-features = true
no-default-features = false

[advisories]
version = 2
yanked = "deny"
ignore = [
    "RUSTSEC-2024-0384",  # Can't do anything about this
]

[bans]
deny = ["serde_yaml"]
multiple-versions = "allow"
wildcards = "deny"

[licenses]
version = 2
allow = [
    "Apache-2.0",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "MIT",
    "OpenSSL",
    "Unicode-3.0",
    "Unicode-DFS-2016",
    "Unlicense",
]
unused-allowed-license = "allow"

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

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