geo-kit 1.0.0

Typed newtypes for validated geo primitives โ€” postcodes, country codes, coordinates, addresses
Documentation
# WyattAu dependency governance โ€” cargo-deny configuration.
# Copy to the repo root. Policies: see engineering-standards README ยง7.

[graph]
all-features = true

[advisories]
version = 2
yanked = "deny"

[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",
]
confidence-threshold = 0.93

[bans]
multiple-versions = "warn"
wildcards = "deny"
highlight = "all"