File: deny.toml

package info (click to toggle)
rust-imap-codec 2.0.0~alpha5%2B20250307-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,716 kB
  • sloc: makefile: 2; sh: 1
file content (25 lines) | stat: -rw-r--r-- 500 bytes parent folder | download
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