osdns 0.2.0

Safe, transactional control of operating-system DNS configuration
Documentation
# cargo-deny configuration: license compliance, advisory scanning, and

# dependency hygiene for osdns.



[graph]

all-features = true



[licenses]

version = 2

allow = [

    "MIT",

    "Apache-2.0",

    "Apache-2.0 WITH LLVM-exception",

    "BSD-2-Clause",

    "BSD-3-Clause",

    "ISC",

    "Unicode-3.0",

    "Zlib",

    "CDLA-Permissive-2.0",

    "CC0-1.0",

]

confidence-threshold = 0.93



[bans]

multiple-versions = "warn"

wildcards = "deny"

highlight = "all"



[sources]

unknown-registry = "deny"

unknown-git = "deny"

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



[advisories]

version = 2

yanked = "deny"