# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "openconfiguration" version = "1.4.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OpenConfiguration (OC) is a modular, efficient and flexible approach for the uni-directional exchange of visual e-commerce configurations." homepage = "https://openconfiguration.org" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/intelligentgraphics/OpenConfiguration" [lib] name = "openconfiguration" path = "src/lib.rs" [[bin]] name = "generate_schema" path = "src/bin/generate_schema.rs" required-features = ["schema"] [[test]] name = "serde" path = "tests/serde.rs" [dependencies.indexmap] version = "1.9.3" features = ["serde-1"] [dependencies.openconfiguration_derive] version = "1.4.2" [dependencies.schemars] version = "0.8.12" optional = true [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_repr] version = "0.1.12" [dev-dependencies.insta] version = "1.29.0" features = ["json"] [features] schema = ["dep:schemars"]