forked from fishfolk/jumpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeny.toml
More file actions
33 lines (31 loc) · 715 Bytes
/
deny.toml
File metadata and controls
33 lines (31 loc) · 715 Bytes
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
# This section is considered when running `cargo deny check licenses`
# More documentation for the licenses section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
[licenses]
unlicensed = "deny"
allow = [
"MIT",
"Apache-2.0",
"Unlicense",
"Zlib",
"Apache-2.0 WITH LLVM-exception",
"Unicode-DFS-2016",
"BSD-3-Clause",
"BSL-1.0",
"MIT-0",
"OFL-1.1",
"LicenseRef-UFL-1.0",
"CC0-1.0",
"ISC",
"BSD-2-Clause",
"BSD-2-Clause-Patent",
"MPL-2.0",
"OpenSSL",
]
default = "deny"
[[licenses.clarify]]
name = "ring"
expression = "OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
[sources.allow-org]
github = ["fishfolk"]