# 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 = "rusty-schema-diff" version = "0.1.1" build = false exclude = [ "docs/", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A powerful schema evolution analyzer supporting JSON Schema, OpenAPI, Protobuf, and SQL DDL" homepage = "https://github.com/rusty-libraries/rusty-schema-diff" documentation = "https://rusty-libraries.github.io/rusty-schema-diff/" readme = "README.md" keywords = [ "schema", "diff", "openapi", "protobuf", "sql", ] categories = [ "development-tools", "web-programming", ] license-file = "LICENSE" [lib] name = "rusty_schema_diff" path = "src/lib.rs" [dependencies.openapiv3] version = "2.0.0" [dependencies.protobuf] version = "3.2" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.sqlparser] version = "0.52.0" [dependencies.thiserror] version = "2.0.6" [dev-dependencies.tokio] version = "1" features = ["full"]