# Package manifest {#root}

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

[p01] What `org.vibevm.ai-native/rust-ai-native@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/rust-ai-native` |
| Version | `1.0.0` |
| Kind | `stack` |
| Licence | UPL-1.0 |
| Summary | AI-Native Rust - the family aggregator: one install pulls the language stack (rust-ai-native-lang) and its MCP server (rust-ai-native-mcp), and transitively the flow foundation core-ai-native. Content-minimal by design (PROP-028): no code, no boot snippet, no policy - it only names the family members at one resolved version set. |
| Authors | Oleg Chirukhin |
| Keywords | rust, ai-native, discipline, stack, aggregator |

## Depended on by {#dependants}

[p03] Packages that require this one, as the catalog holds them now.

[p04]
| Standing | Title | Coordinate | Publisher and language |
| --- | --- | --- | --- |
| community | delegation-first | `org.vibevm.fractality/delegation-first@1.0.0` | org.vibevm.fractality · en |
| community | delegation-rules | `org.vibevm.fractality/delegation-rules@1.0.0` | org.vibevm.fractality · en |
| community | fractality | `org.vibevm.fractality/fractality@1.0.0` | org.vibevm.fractality · en |

## The manifest {#the-manifest}

[p05]
```toml
[package]
name = "rust-ai-native"
group = "org.vibevm.ai-native"
kind = "stack"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "AI-Native Rust - the family aggregator: one install pulls the language stack (rust-ai-native-lang) and its MCP server (rust-ai-native-mcp), and transitively the flow foundation core-ai-native. Content-minimal by design (PROP-028): no code, no boot snippet, no policy - it only names the family members at one resolved version set."
keywords = ["rust", "ai-native", "discipline", "stack", "aggregator"]

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

# The family aggregator (PROP-028 §2): exact pins hold the whole family to
# ONE resolved version set. The `-lang` stack ships the guide, cards, and
# toolchain; the `-mcp` package serves that toolchain over MCP (PROP-027)
# and version-mirrors the stack. core-ai-native arrives transitively through
# the -lang stack's own `[requires]`.
[requires]
packages = { "lang:org.vibevm.ai-native/rust-ai-native-lang" = "=1.0.0", "mcp:org.vibevm.ai-native/rust-ai-native-mcp" = "=1.0.0" }

```

