[package]
name = "replication"
version = "0.1.0"
authors = ["Pierre-Étienne Meunier <pmeunier@mailbox.org>"]
edition = "2021"

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

[dependencies]
futures = "*"
tokio = { version = "1.43", features = [ "net", "time", "rt-multi-thread", "macros", "io-util", "fs", "sync", "signal" ] }
memmap = "*"
log = "*"
env_logger = "*"
serde_derive = "*"
serde = "*"
rand = "0.9"
uuid = { version = "*", features = [ "v4", "serde" ] }
toml = "*"
postgres-types = { version = "*", features = [ "derive" ] }
tokio-postgres = { version = "*", features = [ "with-uuid-1", "with-chrono-0_4" ] }
postgres-openssl = "*"
libpijul = { version = "1.0.0-beta.10", features = [ "tarball" ] }
clap = "~4.5.28"
regex = "*"
lazy_static = "*"
libc = "*"
bytes = "1.10"
deadpool-postgres = "*"
bincode = "*"
thiserror = "*"
webpki = "*"
openssl = "*"
tokio-openssl = "*"
byteorder = "*"
indexmap = "*"