[package] name = "open_configuration" version = "1.3.2" 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" [dependencies] serde = {version = "1.0.136", features = ["derive"]} serde_json = "1.0.78" schemars = {version = "0.8.8"} serde_repr = "0.1.7" [dev-dependencies] insta = "1.13.0"