# 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 = "postgres_migrator" version = "0.6.7" authors = ["Blaine Hansen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple postgres raw sql migration generator and manager." homepage = "https://github.com/blainehansen/postgres_migrator" documentation = "https://github.com/blainehansen/postgres_migrator" readme = "README.md" keywords = [ "postgres", "migration", "generator", "manager", "raw-sql", ] categories = [ "command-line-utilities", "database", ] license = "MIT" repository = "https://github.com/blainehansen/postgres_migrator" [[bin]] name = "postgres_migrator" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3" features = [ "derive", "env", ] [dependencies.postgres] version = "0.19" [dependencies.regex] version = "1" [dependencies.walkdir] version = "2.5" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.serial_test] version = "0.8"