-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathabout.toml
More file actions
28 lines (26 loc) · 818 Bytes
/
Copy pathabout.toml
File metadata and controls
28 lines (26 loc) · 818 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
# Configuration for `cargo about generate`, which renders
# THIRD_PARTY_LICENSES.md. See https://github.com/EmbarkStudios/cargo-about.
# Permissive licenses we'll accept on any transitive dependency. If a new dep
# pulls in something outside this list, `cargo about` errors out and we either
# add it here (after eyeballing the terms) or replace the dep.
accepted = [
"0BSD",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
# webpki-roots ships the Mozilla CA bundle (data, not code) under this
# data-permissive license.
"CDLA-Permissive-2.0",
"CC0-1.0",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Unicode-DFS-2016",
"Unlicense",
"Zlib",
]
ignore-build-dependencies = false
ignore-dev-dependencies = true
ignore-transitive-dependencies = false