quinjet 0.0.13

A fast, live, keyboard-first Git source-control interface for the terminal
[graph]
all-features = true

[advisories]
version = 2
yanked = "deny"
ignore = [
  # yaml-rust is unmaintained and reaches us only through syntect's syntax
  # loader, which has no released alternative yet. Nothing user-supplied is
  # parsed as YAML: the only inputs are the syntax definitions we ship.
  "RUSTSEC-2024-0320",
  # bincode 1 is unmaintained and arrives through syntect's cached syntax
  # dumps, which we build from the assets we ship rather than from user input.
  "RUSTSEC-2025-0141",
]

[licenses]
version = 2
confidence-threshold = 0.93
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",
  "CC0-1.0",
]

[bans]
multiple-versions = "warn"
wildcards = "deny"
allow-wildcard-paths = false
deny = [
  { name = "openssl", reason = "keep the binary free of a system TLS dependency" },
  { name = "openssl-sys", reason = "keep the binary free of a system TLS dependency" },
]

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