# 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 = "tcp-warp" version = "0.2.0" authors = ["Alexander Korolev "] description = "A userspace tunnel between two hosts mapping ports on client\nmachine to addresses reachable from server machine\n" homepage = "https://github.com/tcp-warp/tcp-warp" readme = "README.md" keywords = ["tcp", "tunnel", "protocol", "proxy"] categories = ["network-programming"] license = "Unlicense OR MIT" repository = "https://github.com/tcp-warp/tcp-warp" [lib] name = "tcpwarp" [dependencies.bytes] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.tokio] version = "0.2" features = ["dns", "io-util", "tcp", "rt-core", "sync", "stream", "time"] [dependencies.tokio-util] version = "0.2" features = ["codec"] [dependencies.uuid] version = "0.8" features = ["v4"] [badges.appveyor] branch = "master" repository = "https://github.com/tcp-warp/tcp-warp" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "https://github.com/tcp-warp/tcp-warp"