-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.toml
More file actions
69 lines (56 loc) · 2.06 KB
/
Copy pathabout.toml
File metadata and controls
69 lines (56 loc) · 2.06 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# cargo-about 0.9.1 configuration for the core release Cargo graph.
#
# The workspace invocation covers the core, daemon, CLI, and self-developed
# AirPlay 2 runtime dependency graph. The standalone Tauri graph has its
# matching config in `app/src-tauri/about.toml`.
accepted = [
"Apache-2.0",
"MIT",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Zlib",
"MPL-2.0",
]
# Keep the license inventory valid for the authoritative macOS arm64 build,
# the macOS x86_64 reference build, and the Windows x64 build.
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
]
# Build tools and test-only libraries are not linked into or distributed with
# the release binaries. Transitive runtime dependencies must remain included.
ignore-build-dependencies = true
ignore-dev-dependencies = true
ignore-transitive-dependencies = false
# The first-party manifests predate consistent `license` / `publish` metadata.
# These checksum-pinned clarifications keep cargo-about strict without changing
# the runtime graph. They can be removed after every first-party manifest sets
# `license = "Apache-2.0"` (and `publish = false`, if appropriate).
[audiohub-cli.clarify]
license = "Apache-2.0"
[[audiohub-cli.clarify.files]]
path = "../../LICENSE"
checksum = "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4"
[audiohub-core.clarify]
license = "Apache-2.0"
[[audiohub-core.clarify.files]]
path = "../../LICENSE"
checksum = "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4"
[audiohub-ipc.clarify]
license = "Apache-2.0"
[[audiohub-ipc.clarify.files]]
path = "../../LICENSE"
checksum = "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4"
[audiohub-net.clarify]
license = "Apache-2.0"
[[audiohub-net.clarify.files]]
path = "../../LICENSE"
checksum = "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4"
[audiohubd.clarify]
license = "Apache-2.0"
[[audiohubd.clarify.files]]
path = "../../LICENSE"
checksum = "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4"