<p align="center"><a href="https://hyphae.dev"><img alt="Hyphae" src="https://raw.githubusercontent.com/celiumsai/hyphae/main/.github/assets/hyphae-lockup.svg" width="320"></a></p>
# hyphae-core
[](https://crates.io/crates/hyphae-core)
[](https://docs.rs/hyphae-core)
Shared product, API, disk-format, and proof-format version constants for
[Hyphae](https://hyphae.dev), the autonomous, embeddable, verifiable Rust data
engine.
```toml
[dependencies]
hyphae-core = "0.1.0"
```
Most applications should depend on `hyphae-engine` instead. This crate exists
for consumers that must inspect compatibility without importing storage or
server behavior.
Apache-2.0. Source and security policy:
[`celiumsai/hyphae`](https://github.com/celiumsai/hyphae).