# 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 = "prew" version = "0.3.3" authors = ["dek "] description = "Reverse rewrite proxy for PostgreSQL" homepage = "https://github.com/SubstructureOne/prew" readme = "README.md" categories = [ "database", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/SubstructureOne/prew" [lib] name = "prew" path = "src/lib.rs" [[bin]] name = "prew" path = "src/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.async-trait] version = "0.1.60" [dependencies.byteorder] version = "1.4.3" [dependencies.env_logger] version = "0.9.1" [dependencies.futures] version = "0.3.25" [dependencies.log] version = "0.4.17" [dependencies.pg_query] version = "0.8" [dependencies.postgres-types] version = "0.2.4" features = ["derive"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tokio-postgres] version = "0.7.7" features = ["with-serde_json-1"] [dependencies.toml] version = "0.5.9"