File: deny.toml

package info (click to toggle)
rust-async-compression 0.4.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[advisories]
ignore = [
]

[licenses]
allow = [
  "MIT",
  "Apache-2.0",
  "BSD-3-Clause",
  "Unicode-DFS-2016",
  "bzip2-1.0.6",
]

[bans]
multiple-versions = "warn"
skip = [
]
skip-tree = [
  { name = "proptest", version = "1.0" },
]