# 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 = "stablessh" version = "0.1.5" description = "Keeps SSH on even when laptop is closed" readme = "README.md" keywords = [ "ssh", "quic", "quinn", ] categories = ["development-tools"] license = "MIT" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.hostname] version = "0.3.1" [dependencies.log] version = "0.4.21" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.prost] version = "0.12" [dependencies.quinn] version = "0.10.2" [dependencies.rcgen] version = "0.12.1" [dependencies.rustls] version = "0.21.10" features = ["dangerous_configuration"] [dependencies.sha256] version = "1.5.0" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tonic] version = "0.11" [dependencies.x509-parser] version = "0.16.0" [build-dependencies.tonic-build] version = "0.11"