# Chanora — Third-party license inventory This document enumerates every third-party crate that ships in a release build of Chanora and the license under which Chanora redistributes it. Generated by `cargo about generate` from `about.toml` at the repository root. Chanora itself is dual-licensed under [Apache License 2.0](../../LICENSE-APACHE) or the [MIT License](../../LICENSE-MIT) at the recipient's option (DEC-020 in `docs/governance/product-decision-register.md`). The crates listed below carry their own licenses and are redistributed under those terms. ## Licenses in use | License | Crate count | |---------|-------------| {{#each overview}} | `{{name}}` | {{count}} | {{/each}} ## Crates | Crate | Version | License | Source | |-------|---------|---------|--------| {{#each licenses}} {{#each used_by}} | {{crate.name}} | {{crate.version}} | `{{../name}}` | {{#if crate.repository}}<{{crate.repository}}>{{else}}—{{/if}} | {{/each}} {{/each}} ## Full license texts {{#each licenses}} ### {{name}} ``` {{text}} ``` {{/each}} --- Regenerate with: ```bash cargo about generate --output-file docs/security/license-inventory.md about-md.hbs cargo about generate --output-file docs/security/license-inventory.html about.hbs ``` This artefact supports the DEC-012 legal review handoff at `docs/governance/legal-review-readiness.md`.