# 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 = "2018" name = "sqlx-pg-migrate" version = "1.2.0" authors = ["Naitik Shah "] description = "A library to run migrations on a PostgreSQL database using SQLx." readme = "readme.md" keywords = ["sql", "migrations"] categories = [] license = "MIT" repository = "https://github.com/daaku/sqlx-pg-migrate" [dependencies.include_dir] version = "0.7" features = ["glob"] [dependencies.sqlx] version = "0.5" features = ["postgres"] default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.async-attributes] version = "1.1" [dev-dependencies.async-std] version = "1.6" [dev-dependencies.sqlx] version = "0.5" features = ["postgres", "runtime-async-std-native-tls"] default-features = false