# 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 = "pg-migrator" version = "0.2.1" authors = ["Guilherme Favero Ferreira "] description = "Macro free Postgres migration tool for Rust Postgres and Tokio Postgres" homepage = "https://github.com/faveroferreira/pg-migrator" documentation = "https://docs.rs/pg-migrator" readme = "README.md" keywords = [ "database", "sql", "migrations", ] categories = ["database"] license = "MIT" repository = "https://github.com/faveroferreira/pg-migrator" [dependencies.chrono] version = "0.4" [dependencies.postgres] version = "0.19" features = ["with-chrono-0_4"] optional = true default-features = false [dependencies.regex] version = "1.9" [dependencies.thiserror] version = "1.0" [dependencies.tokio-postgres] version = "0.7" features = ["with-chrono-0_4"] optional = true default-features = false [features] postgres = ["dep:postgres"] tokio-postgres = ["dep:tokio-postgres"]