# 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 = "vertx-http-gateway-rust-connector" version = "0.0.3" authors = ["pangzixiang <313227220@qq.com>"] description = "Rust Implementation for Vertx Http Gateway Connector" homepage = "https://github.com/pangzixiang/vertx-http-gateway-rust-connector" documentation = "https://github.com/pangzixiang/vertx-http-gateway-rust-connector" readme = "README.md" keywords = [ "http", "proxy", ] license = "Apache-2.0" repository = "https://github.com/pangzixiang/vertx-http-gateway-rust-connector" [[example]] name = "connector_test" crate-type = ["bin"] [dependencies.bytes] version = "1.6.0" [dependencies.futures-channel] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12.4" features = [ "native-tls", "stream", ] [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.21.0" features = [ "native-tls", "stream", ] [dependencies.uuid] version = "1.8.0" features = ["v4"] [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.native-tls] version = "0.2.11"