1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
[graph]
exclude = ["imap-codec-bench"]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
# Uncomment if imap-codec-bench is not excluded
# allow-git = [
# # Used in benchmarking
# "https://github.com/stalwartlabs/mail-server?rev=53f0222f308b3e844c158fc0e603d10361da3c63",
# ]
[licenses]
allow = [
"Apache-2.0",
"MIT",
"Unicode-DFS-2016",
]
# Uncomment if imap-codec-bench is not excluded
# [advisories]
# ignore = ["RUSTSEC-2024-0379"]
[licenses.private]
ignore = true
|