# 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 = "stab" version = "0.3.0" authors = ["ys928 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a simple CLI tool for making tunnels to localhost" readme = "readme.md" keywords = [ "network", "cli", "tunnel", "tcp", ] categories = [ "network-programming", "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/ys928/stab" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "stab" path = "src/main.rs" [dependencies.anstyle] version = "1.0.10" [dependencies.anyhow] version = "1.0.93" [dependencies.axum] version = "0.7.7" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.futures] version = "0.3.31" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.tokio-util] version = "0.7.12" features = ["codec"] [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "chrono", "time", ] [dependencies.uuid] version = "1.11.0" features = [ "serde", "v4", ]