# 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 = "sqldiff" version = "0.5.0" description = "primitives to auto-generate SQL schema migrations" homepage = "https://github.com/kurtbuilds/sqldiff" documentation = "https://docs.rs/sqldiff" readme = "README.md" license = "MIT" repository = "https://github.com/kurtbuilds/sqldiff" [dependencies.anyhow] version = "1.0.66" [dependencies.convert_case] version = "0.6.0" [dependencies.itertools] version = "0.10.5" [dependencies.openapiv3-extended] version = "1.0.13" optional = true [dependencies.serde_yaml] version = "0.9.14" optional = true [dependencies.sqlx] version = "0.6.2" features = [ "runtime-tokio-rustls", "postgres", ] [dependencies.tokio] version = "1.22.0" features = ["full"] [features] openapi = [ "openapiv3-extended", "serde_yaml", ]