# 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 = "schemadoc-diff" version = "0.1.20" authors = ["Dzmitry Bukhta "] autotests = false description = "OpenApi diff library and breaking changes detector" readme = "README.md" keywords = [ "openapi", "diff", "breaking", "changes", ] license = "Apache-2.0" [dependencies.auto_impl] version = "1.0.1" [dependencies.chrono] version = "0.4" [dependencies.indexmap] version = "1.8.1" features = [ "std", "serde", ] [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.schemadoc-diff-derive] version = "0.1.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1"