# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wormhole-tunnel" version = "0.1.5" authors = ["Alex Grinman "] description = "expose your local web server to the internet with a public url" readme = "README.md" license = "MIT" repository = "https://github.com/agrinman/wormhole" [lib] name = "wormhole" [[bin]] name = "wormhole" path = "src/client/main.rs" [[bin]] name = "wormhole_server" path = "src/server/main.rs" [dependencies.base64] version = "0.11.0" [dependencies.bytes] version = "0.5.4" [dependencies.chrono] version = "0.4.11" [dependencies.colour] version = "0.5.0" [dependencies.dirs] version = "2.0.2" [dependencies.futures] version = "0.3.4" [dependencies.hex] version = "0.4.2" [dependencies.hmac-sha256] version = "0.1.2" [dependencies.httparse] version = "1.3.4" [dependencies.human-panic] version = "1.0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.12" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tokio-tungstenite] version = "0.10.1" features = ["tls"] [dependencies.tungstenite] version = "0.10.1" [dependencies.url] version = "2.1.1" [dependencies.warp] version = "0.2.2"