# 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 = "fwd" version = "0.9.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Automatically forward ports to a remote server over ssh" homepage = "https://github.com/DeCarabas/fwd" readme = "README.md" license = "MIT" repository = "https://github.com/DeCarabas/fwd" [lib] name = "fwd" path = "src/lib.rs" [[bin]] name = "fwd" path = "src/main.rs" [[bin]] name = "fwd-browse" path = "src/bin/fwd-browse.rs" test = false bench = false [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1" [dependencies.copypasta] version = "0.10.1" [dependencies.crossterm] version = "0.25" features = ["event-stream"] [dependencies.env_logger] version = "0.11.5" default-features = false [dependencies.home] version = "0.5.4" [dependencies.indoc] version = "1" [dependencies.log] version = "0.4" features = ["std"] [dependencies.open] version = "3" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "io-std", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "fs", ] [dependencies.tokio-stream] version = "0.1" [dependencies.toml] version = "0.5" [dependencies.tui] version = "0.19" [dependencies.xdg] version = "2" [dev-dependencies.assert_matches] version = "1" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tempdir] version = "0.3" [target.'cfg(target_family="unix")'.dependencies.users] version = "0.11" [target.'cfg(target_os="linux")'.dependencies.procfs] version = "0.14.1"