# 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 = "sqlx-migrate-validate" version = "0.1.0" description = "Validate your database sqlx migration state" homepage = "https://github.com/tobikris/sqlx-migrate-validate" documentation = "https://github.com/tobikris/sqlx-migrate-validate" readme = "README.md" license = "MIT" repository = "https://github.com/tobikris/sqlx-migrate-validate" [lib] path = "src/lib.rs" [dependencies.async-trait] version = "0.1.66" [dependencies.sqlx] version = "0.6" default-features = false [dependencies.sqlx-core] version = "0.6" [dependencies.sqlx-rt] version = "0.6" [dependencies.thiserror] version = "1.0.39" [dev-dependencies.anyhow] version = "1.0.51" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [features] default = [ "postgres", "sqlite", "sqlx/runtime-tokio-rustls", "sqlx/macros", "sqlx/migrate", ] postgres = ["sqlx/postgres"] sqlite = ["sqlx/sqlite"]