# 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-proxy" version = "0.1.0" authors = ["Piotr PAWLICKI "] description = "Cloud Native high performance security and privacy SQL proxy." homepage = "https://fernproxy.io/" documentation = "https://docs.rs/fern-proxy/0.1.0/" readme = "README.md" keywords = [ "fern", "proxy", "database", "security", "privacy", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/fern-proxy/fern-proxy/" [dependencies.config] version = "0.13" features = ["toml"] default-features = false [dependencies.env_logger] version = "0.9" [dependencies.fern-masking] version = "0.1" features = [] [dependencies.fern-protocol-postgresql] version = "0.1" features = [] [dependencies.fern-proxy-interfaces] version = "0.1" features = [] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.tokio] version = "1" features = [ "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time", ] [dependencies.tokio-util] version = "0.7" features = ["codec"]