# 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 = "pgdelaytest" version = "0.1.0" authors = ["Francesco Cogno "] description = "A simple tool to evaluate replication latency on PostgreSQL" readme = "README.md" license = "Apache-2.0" [dependencies.anyhow] version = "1.0.66" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4.0.22" features = [ "derive", "env", ] [dependencies.csv] version = "1.1.6" [dependencies.goauth] version = "0.13.1" [dependencies.google-cloud-googleapis] version = "0.6.0" features = ["pubsub"] [dependencies.google-cloud-pubsub] version = "0.10.0" features = ["rustls-tls"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.tokio] version = "1.21.2" features = [ "rt-multi-thread", "macros", ] [dependencies.tokio-postgres] version = "0.7.7"