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
# Generated by rust-bucket v0.9.5. DO NOT EDIT BY HAND.
# Configuration for cargo-deny (https://github.com/EmbarkStudios/cargo-deny)
# This file defines security, license, and dependency policies for this crate.
[]
# Check for security vulnerabilities in dependencies.
# In schema v2 vulnerabilities, unsound, and notice advisories always error;
# use `ignore` to silence specific advisories.
= "~/.cargo/advisory-db"
= ["https://github.com/rustsec/advisory-db"]
= "all"
= "deny"
= []
[]
# Allow only approved permissive licenses. In schema v2 any license not in
# `allow` is denied, so the deny/default/copyleft controls are no longer used.
= [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Zlib",
"Unlicense",
"Unicode-3.0",
]
= 0.8
[]
# Ban specific crates or versions
= "warn"
= "allow"
= "all"
= []
= []
= []
[]
# Only allow dependencies from crates.io
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]
= []