reshape/Cargo.toml
2022-02-05 22:16:49 +01:00

25 lines
779 B
TOML

[package]
name = "reshape"
version = "0.5.1"
description = "An easy-to-use, zero-downtime schema migration tool for Postgres"
homepage = "https://github.com/fabianlindfors/reshape"
documentation = "https://github.com/fabianlindfors/reshape"
repository = "https://github.com/fabianlindfors/reshape"
license = "MIT"
keywords = ["postgres", "migrations"]
edition = "2021"
authors = ["Fabian Lindfors"]
rust-version = "1.58"
[dependencies]
postgres = { version = "0.19.2", features = ["with-serde_json-1"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
typetag = "0.1.7"
anyhow = { version = "1.0.44", features = ["backtrace"] }
clap = { version = "3.0.14", features = ["derive"] }
toml = "0.5"
version = "3.0.0"
colored = "2"
rand = "0.8"
dotenv = "0.15.0"