# 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 = "tunneld" version = "0.1.0" authors = ["rrylee1994@gmail.com"] build = "build.rs" include = [ "src/**/*", "proto/message.proto", "LICENSE", "README.md", "build.rs", ] description = "Best tunnel for development and kubernetes" readme = "README.md" license = "MIT" repository = "https://github.com/openosaka/tunneld" [lib] name = "tunneld" path = "src/lib.rs" [[bin]] name = "tunneld" path = "src/bin/tunneld.rs" [[bin]] name = "tunnel" path = "src/bin/tunnel.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.80" [dependencies.bytes] version = "1.6.0" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.dashmap] version = "6.0.1" [dependencies.fastrand] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.http-body] version = "1.0.0" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.4.0" features = ["full"] [dependencies.hyper-util] version = "0.1.5" features = ["full"] [dependencies.prost] version = "0.12.6" [dependencies.tokio] version = "1.10.1" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.11" [dependencies.tonic] version = "0.11.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.uuid] version = "1.9.1" features = [ "v4", "serde", ] [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.bytes] version = "1.6.0" [dev-dependencies.http] version = "1.1.0" [dev-dependencies.reqwest] version = "0.12.5" [dev-dependencies.tokio] version = "1.10.1" features = ["full"] [dev-dependencies.tokio-util] version = "0.7.11" [dev-dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.wiremock] version = "0.6.0" [build-dependencies.tonic-build] version = "0.11.0" [build-dependencies.which] version = "6.0.1"