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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# `cargo deny` is only intended to run these targets for this project
= [
{ = "aarch64-unknown-linux-gnu" },
{ = "x86_64-unknown-linux-gnu" },
{ = "x86_64-unknown-linux-musl" },
]
# Considered when running `cargo deny check advisories`
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
[]
= "deny"
= "warn"
= "deny"
= "deny"
= "deny"
= []
# Considered when running `cargo deny check licenses`
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
[]
= "neither"
= "deny"
= "deny"
= { = true }
= 0.925
= [
"Apache-2.0 WITH LLVM-exception", # https://spdx.org/licenses/LLVM-exception.html
"Apache-2.0", # https://spdx.org/licenses/Apache-2.0.html
"BSD-3-Clause", # https://spdx.org/licenses/BSD-3-Clause.html
"ISC", # https://spdx.org/licenses/ISC.html
"MIT", # https://spdx.org/licenses/MIT.html
"MPL-2.0", # https://spdx.org/licenses/MPL-2.0.html
"Unicode-DFS-2016", # https://spdx.org/licenses/Unicode-DFS-2016.html
]
= []
# Considered when running `cargo deny check bans`
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
[]
= "warn"
= "allow"
= []
= []
= []
# Considered when running `cargo deny check sources`
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html
[]
= "deny"
= "deny"
[]
= ["AndrejOrsula"]