# 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 = "teleproxy" version = "0.2.3" description = """ Spy on HTTP Request using Header. """ homepage = "https://github.com/BeLeap/teleproxy" license = "MIT" repository = "https://github.com/BeLeap/teleproxy" [profile.release] opt-level = 3 lto = true panic = "abort" strip = true [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.header] version = "0.1.1" [dependencies.http] version = "1.1.0" [dependencies.log] version = "0.4.21" [dependencies.pingora] version = "0.2" features = ["lb"] [dependencies.pingora-core] version = "0.2.0" [dependencies.pingora-proxy] version = "0.2.0" [dependencies.prost] version = "0.12.6" [dependencies.reqwest] version = "0.12.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_yml] version = "0.0.10" [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tonic] version = "0.11.0" features = [ "tls", "tls-roots", ] [dependencies.tonic-reflection] version = "0.11.0" [dependencies.ulid] version = "1.1.2" [build-dependencies.tonic-build] version = "0.11.0"