# 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 = "bore-cli" version = "0.5.1" authors = ["Eric Zhang "] description = "A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls." documentation = "https://docs.rs/bore-cli" readme = "README.md" keywords = [ "network", "cli", "tunnel", "tcp", ] categories = [ "network-programming", "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/ekzhang/bore" [[bin]] name = "bore" path = "src/main.rs" [dependencies.anyhow] version = "1.0.56" features = ["backtrace"] [dependencies.clap] version = "4.0.22" features = [ "derive", "env", ] [dependencies.dashmap] version = "5.2.0" [dependencies.fastrand] version = "1.9.0" [dependencies.futures-util] version = "0.3.21" features = ["sink"] [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.sha2] version = "0.10.2" [dependencies.tokio] version = "1.17.0" features = [ "rt-multi-thread", "io-util", "macros", "net", "time", ] [dependencies.tokio-util] version = "0.7.1" features = ["codec"] [dependencies.tracing] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.10" [dependencies.uuid] version = "1.2.1" features = [ "serde", "v4", ] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rstest] version = "0.15.0" [dev-dependencies.tokio] version = "1.17.0" features = ["sync"]