# 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 = "2018" name = "schema_analysis" version = "0.5.0" authors = ["QuartzLibrary"] description = "Analyze the schema of any self describing format" homepage = "https://schema-analysis.com/" readme = "README.md" keywords = [ "schema", "analysis", "json", "xml", "serde", ] license = "MIT OR Apache-2.0" repository = "https://github.com/QuartzLibrary/schema_analysis" [package.metadata.docs.rs] all-features = true [dependencies.downcast-rs] version = "1.2" [dependencies.dyn-clonable] version = "0.9" [dependencies.json_typegen_shared] version = "0.7" optional = true default-features = false [dependencies.once_cell] version = "1.8" [dependencies.ordered-float] version = "3.4" features = ["serde"] [dependencies.regex] version = "1.5" [dependencies.schemars] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.bson] version = "2.0" [dev-dependencies.linked-hash-map] version = "0.5" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.quick-xml] version = "0.26" features = ["serialize"] [dev-dependencies.serde_cbor] version = "0.11" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.toml] version = "0.5" [dev-dependencies.version-sync] version = "0.9" [features] json_typegen = ["json_typegen_shared"] schemars_integration = [ "schemars", "serde_json", ]