# SPDX-FileCopyrightText: Copyright © 2022 The Fern Authors # SPDX-License-Identifier: Apache-2.0 [package] name = "fern-proxy" license = "Apache-2.0" version = "0.1.0" documentation = "https://docs.rs/fern-proxy/0.1.0/" repository = "https://github.com/fern-proxy/fern-proxy/" homepage = "https://fernproxy.io/" description = "Cloud Native high performance security and privacy SQL proxy." rust-version = "1.63" edition = "2021" categories = ["network-programming"] keywords = ["fern", "proxy", "database", "security", "privacy"] authors = [ "Piotr PAWLICKI ", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies.fern-masking] features = [] version = "0.1" [dependencies.fern-proxy-interfaces] features = [] version = "0.1" [dependencies.fern-protocol-postgresql] features = [] version = "0.1" [dependencies.config] default-features = false features = ["toml"] version = "0.13" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.log] features = ["release_max_level_info"] version = "0.4" [dependencies.tokio] features = ["io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] version = "1" [dependencies.tokio-util] features = ["codec"] version = "0.7"