# Third-party licenses
{/* GENERATED FILE — do not edit by hand. Regenerate with `scripts/gen-attribution.sh`. */}
:::info Generated page
This page is generated from the locked dependency graph by
[`cargo-about`](https://github.com/EmbarkStudios/cargo-about). It is the
browseable copy of the `THIRD-PARTY-LICENSES.md` file that ships with each
binary release. See [Licensing & attribution](./licensing.md) for the policy.
:::
llmenv is distributed under `MIT OR Apache-2.0`. Binary distributions statically
link the third-party crates listed below; their copyright and permission notices
are reproduced here to satisfy the attribution requirements of their licenses.
Entries are grouped by license; a license that appears more than once carries a
distinct copyright/notice variant that must be preserved separately.
{{#each licenses}}
## {{name}} ({{id}})
Used by:
{{#each used_by}}
- [{{crate.name}} {{crate.version}}]({{#if crate.repository}}{{crate.repository}}{{else}}https://crates.io/crates/{{crate.name}}{{/if}})
{{/each}}
```
{{{text}}}
```
{{/each}}