duck-template 0.1.9

A cli tool for generating files from a template just with a json file
# https://embarkstudios.github.io/cargo-deny/
[graph]
all-features = true

[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
yanked = "warn"
# Transitive deps from `syntect` 5.x with no safe upgrade. Re-evaluate
# whenever syntect bumps. None expose user-controlled input on the dmc
# code path:
# - bincode 1.3.3: used by syntect for serialised dump format, not on
#   the parse path.
# - yaml-rust 0.4.5: used by syntect for sublime-syntax YAML loading at
#   build time, no user-controlled YAML at runtime.
ignore = [
  "RUSTSEC-2025-0141", # bincode unmaintained
  "RUSTSEC-2024-0320", # yaml-rust unmaintained
]

[licenses]
allow = [
  "MIT",
  "Apache-2.0",
  "Apache-2.0 WITH LLVM-exception",
  "BSD-2-Clause",
  "BSD-3-Clause",
  "ISC",
  "Unicode-3.0",
  "Zlib",
  "MPL-2.0",
  "0BSD",
  "CC0-1.0",
]
confidence-threshold = 0.8

[bans]
multiple-versions = "warn"
wildcards = "warn"
deny = []
skip = []
skip-tree = []

[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []