vane 0.9.1

A flow-based reverse proxy with multi-layer routing and programmable pipelines.
[graph]
exclude-unpublished = true

[advisories]
unmaintained = "none"
ignore = []

[licenses]
confidence-threshold = 0.8
allow = [
	"CC0-1.0",
	"ISC",
	"MIT",
	"Apache-2.0",
	"BSD-3-Clause",
	"MPL-2.0",
	"Unicode-3.0",
	"CDLA-Permissive-2.0",
	# Pull by rustls ecosystem aws-lc-sys
	# Vane is full rustls stack and has nothing to do with OpenSSL
	"OpenSSL",
]

[bans]
multiple-versions = "deny"
highlight = "all"
skip-tree = [
	# syn 1.0/2.0 is common during macro transitions
	{ name = "syn" },
	# Version duplications confirmed during audit (mostly transitive)
	{ name = "bitflags" },
	{ name = "core-foundation" },
	{ name = "getrandom" },
	{ name = "hashbrown" },
	{ name = "rand" },
	{ name = "rand_core" },
	{ name = "socket2" },
	# Windows-specific crates (transitively pulled, UNIX-gated in source)
	{ name = "windows-core" },
	{ name = "windows-link" },
	{ name = "windows-result" },
	{ name = "windows-strings" },
	{ name = "windows-sys" },
	{ name = "windows-targets" },
	{ name = "windows_aarch64_gnullvm" },
	{ name = "windows_aarch64_msvc" },
	{ name = "windows_i686_gnu" },
	{ name = "windows_i686_gnullvm" },
	{ name = "windows_i686_msvc" },
	{ name = "windows_x86_64_gnu" },
	{ name = "windows_x86_64_gnullvm" },
	{ name = "windows_x86_64_msvc" },
]

[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-git = []