facet-jsonschema 0.23.21

Generate JSON Schema from Facet types. Provides a `to_string` function to get a JSON Schema representation as a string. Useful for reflection, introspection, serialization, and deserialization.
Documentation
[dependencies.facet-core]
version = "0.27.14"

[dependencies.facet-macros]
version = "0.27.14"

[dev-dependencies.insta]
version = "1.43.1"

[lib]
name = "facet_jsonschema"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "encoding"]
description = "Generate JSON Schema from Facet types. Provides a `to_string` function to get a JSON Schema representation as a string. Useful for reflection, introspection, serialization, and deserialization."
edition = "2024"
keywords = ["reflection", "introspection", "serialization", "deserialization", "json-schema"]
license = "MIT OR Apache-2.0"
name = "facet-jsonschema"
readme = "README.md"
repository = "https://github.com/facet-rs/facet"
rust-version = "1.87.0"
version = "0.23.21"