[package] name = "openconfiguration" version = "1.4.3" edition = "2021" description = "OpenConfiguration (OC) is a modular, efficient and flexible approach for the uni-directional exchange of visual e-commerce configurations." license-file = "../../LICENSE.txt" readme = "../../README.md" homepage = "https://openconfiguration.org" repository = "https://github.com/intelligentgraphics/OpenConfiguration" [[bin]] name = "generate_schema" required-features = ["schema"] [features] schema = ["dep:schemars"] [dependencies] serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.96" schemars = { version = "0.8.12", optional = true } serde_repr = "0.1.12" indexmap = { version = "1.9.3", features = ["serde-1"] } openconfiguration_derive = { version = "1.4.2", path = "./derive" } [dev-dependencies] insta = { version = "1.29.0", features = ["json"] }