# 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" rust-version = "1.63" name = "fern-protocol-postgresql" version = "0.1.0" authors = ["Piotr PAWLICKI "] description = "PostgreSQL wire protocol implementation as needed by Fern proxy." homepage = "https://fernproxy.io/" documentation = "https://docs.rs/fern-protocol-postgresql/0.1.0/" readme = "README.md" keywords = [ "fern", "proxy", "database", "protocol", "postgresql", ] categories = [ "network-programming", "data-structures", "encoding", ] license = "Apache-2.0" repository = "https://github.com/fern-proxy/fern-proxy/" [dependencies.bytes] version = "1" [dependencies.fern-proxy-interfaces] version = "0.1" features = [] [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.test-log] version = "0.2" features = ["log"] [dev-dependencies.tokio] version = "1" features = []