File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ exclude = [
2
+ " gtk-rs-examples" ,
3
+ ]
4
+
5
+ [advisories ]
6
+ db-path = " ~/.cargo/advisory-db"
7
+ db-urls = [" https://github.com/rustsec/advisory-db" ]
8
+ vulnerability = " deny"
9
+ unmaintained = " warn"
10
+ notice = " warn"
11
+ ignore = []
12
+
13
+ [licenses ]
14
+ unlicensed = " deny"
15
+ allow = [
16
+ " MIT" ,
17
+ " Apache-2.0" ,
18
+ ]
19
+ copyleft = " deny"
20
+ allow-osi-fsf-free = " either"
21
+ default = " deny"
22
+ confidence-threshold = 0.8
23
+
24
+ [bans ]
25
+ multiple-versions = " deny"
26
+ wildcards = " allow"
27
+ highlight = " all"
28
+
29
+ [sources ]
30
+ unknown-registry = " deny"
31
+ unknown-git = " deny"
32
+
33
+ # proc-macro-error depends on an old version of syn
34
+ # See https://github.com/gtk-rs/gtk-rs-core/issues/1174
35
+ [[bans .skip ]]
36
+ name = " syn"
37
+ version = " 1.0"
38
+
39
+ # https://github.com/PistonDevelopers/freetype-rs/pull/254
40
+ # https://gitlab.redox-os.org/redox-os/syscall/-/issues/34
41
+ [[bans .skip ]]
42
+ name = " bitflags"
43
+ version = " 1.0"
You can’t perform that action at this time.
0 commit comments