Skip to content

Commit

Permalink
Update cargo-deny configuration per v0.14.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed May 5, 2024
1 parent fb61ca0 commit 67c6344
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tools/deny.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# Configuration file for <https://crates.io/crates/cargo-deny>.
# Use this as `cargo deny --config tools/deny.toml`.

[graph]
# This list of features excludes the "rerun" and "gltf" features
# as they are only intended for testing (i.e. no binaries will be distributed
# with them enabled).
features = ["std", "arbitrary", "auto-threads", "save", "wgpu"]

[licenses]
unlicensed = "deny"
allow = [
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"Unicode-DFS-2016",
"Zlib",
"CC0-1.0",
]
copyleft = "deny"
allow-osi-fsf-free = "osi"
default = "warn"
private = { ignore = true }

[bans]
Expand All @@ -33,6 +34,7 @@ skip = [
{ name = "web-time", version = "=0.2.4" },
{ name = "syn", version = "1" },
{ name = "redox_syscall", version = "=0.3.5" },
{ name = "libloading" },
{ name = "libredox", version = "=0.0.1" },
{ name = "miniz_oxide", version = "0.4.4" }, # old used by png-decoder
]
Expand Down

0 comments on commit 67c6344

Please sign in to comment.