# 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 = "localtunnel-server" version = "0.1.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Server implementation of localtunnel." readme = "README.md" license = "MIT" repository = "https://github.com/kaichaosun/rlt" [lib] name = "localtunnel_server" path = "src/lib.rs" [dependencies.actix-web] version = "4" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.async-trait] version = "0.1" [dependencies.dotenv] version = "0.15.0" [dependencies.envy] version = "0.4" [dependencies.hyper] version = "1.3" features = ["full"] [dependencies.hyper-util] version = "0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.12" features = [ "json", "blocking", "native-tls-vendored", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.socket2] version = "0.5" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]