# 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 = "2018" name = "multi-tunnel" version = "0.3.4" authors = ["Kunal Mehta"] description = "Open and manage multiple SSH tunnels" homepage = "https://legoktm.com/w/index.php?title=Multi-tunnel" readme = "README.md" keywords = [ "ssh", "tunnel", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later OR copyleft-next-0.3.1" repository = "https://gitlab.com/legoktm/multi-tunnel" [dependencies.prometheus_exporter] version = "0.8.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [badges.maintenance] status = "deprecated"