# 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 = "does-it-json" version = "0.0.4" authors = ["Adam H. Leventhal "] description = "Compare serde serialization with the schemars JSON schema" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ahl/does-it-json" resolver = "2" [dependencies.regress] version = "0.4.1" [dependencies.schemars] version = "0.8.10" [dependencies.serde] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.expectorate] version = "1.0.5"