# cargo-deny configuration — see `plan/07-licensing-compliance.md`.
#
# Deliberately scoped to the license check the phase plan actually asks
# for (`cargo deny check licenses`); the `[advisories]`/`[bans]`/`[sources]`
# sections aren't configured here and fall back to cargo-deny's defaults.
[]
= 2
# This crate currently has zero runtime dependencies (see Cargo.toml) --
# the only license in the graph is this crate's own.
= [
"MIT", # this crate's own license.
]
= 0.8