# 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 = "flv-tls-proxy" version = "0.9.0" authors = ["Fluvio Contributors "] description = "Simple Local TLS Proxy" readme = "README.md" categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/infinyon/flv-tls-proxy" [dependencies.async-trait] version = "0.1.41" [dependencies.cfg-if] version = "1.0.0" [dependencies.event-listener] version = "5.3.1" [dependencies.fluvio-future] version = "0.7.0" features = [ "net", "task", ] [dependencies.futures-lite] version = "2.3.0" [dependencies.futures-util] version = "0.3.5" features = [ "sink", "io", ] [dependencies.log] version = "0.4.8" [dependencies.pin-project-lite] version = "0.2.0" [dependencies.serde] version = "1.0.117" [dependencies.serde_json] version = "1.0.59" [dependencies.tokio] version = "1.3.0" features = ["macros"] [dependencies.x509-parser] version = "0.16.0" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.bytes] version = "1.0.0" [dev-dependencies.fluvio-future] version = "0.7.0" features = [ "fixture", "timer", ] [dev-dependencies.flv-util] version = "0.5.0" features = ["fixture"] [features] default = ["openssl_tls"] openssl_tls = ["fluvio-future/openssl_tls"] rust_tls = ["fluvio-future/rust_tls"]