# 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" rust-version = "1.70" name = "reshape" version = "0.7.0" authors = ["Fabian Lindfors"] description = "An easy-to-use, zero-downtime schema migration tool for Postgres" homepage = "https://github.com/fabianlindfors/reshape" documentation = "https://github.com/fabianlindfors/reshape" readme = "README.md" keywords = [ "postgres", "migrations", ] license = "MIT" repository = "https://github.com/fabianlindfors/reshape" [dependencies.anyhow] version = "1.0.44" features = ["backtrace"] [dependencies.clap] version = "3.1.9" features = ["derive"] [dependencies.colored] version = "2" [dependencies.dotenv] version = "0.15.0" [dependencies.lexical-sort] version = "0.3.1" [dependencies.postgres] version = "0.19.2" features = ["with-serde_json-1"] [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.typetag] version = "0.1.7" [dependencies.version] version = "3.0.0"