# Third-Party Notices This file lists the third-party Rust crates distributed as part of the `kigi` binary, grouped by license, with the full license texts and the crates each text applies to. Generated by [cargo-about](https://github.com/EmbarkStudios/cargo-about) from `about.toml`; regenerate with: ``` cargo about generate about.hbs -o THIRD-PARTY-NOTICES.md ``` ## Overview {{#each overview}} - {{{name}}} ({{count}} crate{{#unless (eq count 1)}}s{{/unless}}) {{/each}} ## Licenses {{#each licenses}} ### {{{name}}} Applies to: {{#each used_by}} - [{{{crate.name}}} {{{crate.version}}}]({{#if crate.repository}}{{{crate.repository}}}{{else}}https://crates.io/crates/{{{crate.name}}}{{/if}}) {{/each}} ``` {{{text}}} ``` {{/each}}