[package]
name = "mockforge-schema"
version = "0.3.21"
edition = "2021"
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "JSON Schema generation for MockForge configuration files"
[dependencies]
schemars = { version = "0.8", features = ["derive"] }
serde_json = { workspace = true }
serde_yaml = "0.9"
mockforge-core = { version = "0.3.21", path = "../mockforge-core", features = ["schema"] }
jsonschema = "0.33"
[lints.rust]
missing_docs = "warn"