[graph] targets = [ "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "aarch64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-pc-windows-msvc", ] all-features = true [advisories] version = 2 ignore = [] [licenses] version = 2 allow = [ "Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "Unicode-DFS-2016", ] [bans] multiple-versions = "deny" deny = [ { crate = "quinn", reason = "we don't need http3 support, this just ensures we aren't unneccessarily having http3 support actually (https://github.com/rust-lang/cargo/issues/10801) enabled" }, ] skip = [] skip-tree = [] [sources] unknown-registry = "deny" unknown-git = "deny" allow-git = []