schema_oxidation 0.1.0

Produce Rust data structures from JSON schemas.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.5.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
features = ["derive", "proc-macro", "parsing"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Kestrel <kestrel@flying-kestrel.ca>"]
categories = ["data-structures", "encoding", "parsing"]
description = "Produce Rust data structures from JSON schemas."
edition = "2021"
homepage = "https://gitlab.com/flying-kestrel/schema_oxidation"
keywords = ["json-schema", "schema", "interface-generation"]
license = "BSD-3-Clause"
name = "schema_oxidation"
repository = "https://gitlab.com/flying-kestrel/schema_oxidation"
resolver = "2"
version = "0.1.0"