Chanora — Third-party license inventory

This page 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; regenerate via the just license-inventory recipe.

Chanora itself is dual-licensed under Apache License 2.0 or the MIT License at the recipient's option (see 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

Crates

{{#each licenses}} {{#each used_by}}

{{crate.name}} {{crate.version}}

License: {{../name}}

{{#if crate.repository}}

Source: {{crate.repository}}

{{/if}}
{{/each}} {{/each}}

Full license texts

{{#each licenses}}

{{name}}

{{text}}
{{/each}}