# 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_migrate" version = "0.1.2" authors = ["Mikhail Antonov "] exclude = ["migrations/**"] description = "Database migration tool for PostgreSQL" readme = "README.md" keywords = [ "postgresql", "migration", ] categories = ["database"] license = "MIT" repository = "https://github.com/allelementary/pg-migrate" [[bin]] name = "pg_migrate_cli" path = "src/bin/pg_migrate_cli.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dotenv] version = "0.15" [dependencies.gag] version = "1.0.0" [dependencies.postgres] version = "0.19" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.uuid] version = "1" features = ["v4"]