[package]
edition = "2021"
name = "schema-embed"
version = "0.8.20"
authors = ["human@yah.dev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded JSON Schemas for yah's TOML manifest types (camp/machine/mirror/provider/service/workload). Distributed inside the yah binary so consumers don't fetch them at runtime."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/yah-ai/yah"
[lib]
name = "schema_embed"
path = "src/lib.rs"
[dependencies]