[package]
name = "postrep"
description = "A clustering tool for PostgreSQL"
license = "MIT/Apache-2.0"
version = "0.1.0"
authors = ["Pierre-Étienne Meunier <pmeunier@mailbox.org>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
etcd-client = "0.9"
futures = "0.3"
tokio = { version = "1.6", features = [ "net", "time", "rt-multi-thread", "macros", "io-util", "fs", "sync", "signal", "process" ] }
hyper = "0.14"
clap = "2.33"
anyhow = "1.0"
log = "0.4"
env_logger = "0.8"
tokio-postgres = "0.7"