[[bin]]
name = "generate_schema"
required-features = ["schema"]
[dependencies.schemars]
optional = true
version = "0.8.8"
[dependencies.serde]
features = ["derive"]
version = "1.0.136"
[dependencies.serde_json]
version = "1.0.78"
[dependencies.serde_repr]
version = "0.1.7"
[dev-dependencies.insta]
version = "1.13.0"
[features]
schema = ["dep:schemars"]
[package]
description = "OpenConfiguration (OC) is a modular, efficient and flexible approach for the uni-directional exchange of visual e-commerce configurations."
edition = "2021"
homepage = "https://openconfiguration.org"
license-file = "LICENSE.txt"
name = "openconfiguration"
readme = "README.md"
repository = "https://github.com/intelligentgraphics/OpenConfiguration"
version = "1.3.4"