# Package manifest {#root}

@status:doc/work @audience:user,dev

[p01] What `org.vibevm.ai-native/jtd-codegen@1.0.0` declares about itself. Everything on this page is the package's own manifest, read and shown — nothing here is an opinion about the package.

[p02]
| Field | Value |
| --- | --- |
| Coordinate | `org.vibevm.ai-native/jtd-codegen` |
| Version | `1.0.0` |
| Kind | `tool` |
| Licence | UPL-1.0 |
| Summary | Provisioning recipe for the vendored jtd-codegen binary - the JSON Type Definition (RFC 8927) code generator wire contracts regenerate through: pins the upstream version and gives per-platform install commands into a project-local tools/jtd-codegen/, keeping the binary itself out of git |
| Authors | Oleg Chirukhin |
| Keywords | jtd, codegen, wire, toolchain, vendoring |

## The manifest {#the-manifest}

[p03]
```toml
[package]
name = "jtd-codegen"
group = "org.vibevm.ai-native"
kind = "tool"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "Provisioning recipe for the vendored jtd-codegen binary - the JSON Type Definition (RFC 8927) code generator wire contracts regenerate through: pins the upstream version and gives per-platform install commands into a project-local tools/jtd-codegen/, keeping the binary itself out of git"
keywords = ["jtd", "codegen", "wire", "toolchain", "vendoring"]

[compatibility]
min_vibe_version = "0.1.0"
requires_kinds = []

```

