# 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 = "quicssh-rs" version = "0.1.5" authors = ["oowl "] description = "A simple ssh server based on quic protocol" readme = "README.md" license = "MIT" [package.metadata.deb] extended-description = ":) quicssh-rs is a QUIC proxy that allows to use QUIC to connect to an SSH server without needing to patch the client or the server." priority = "optional" section = "net" suggests = "openssh-server" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.log] version = "0.4.21" features = [ "std", "serde", ] [dependencies.log4rs] version = "1.2.0" [dependencies.quinn] version = "0.10.2" [dependencies.rcgen] version = "0.12.1" [dependencies.rustls] version = "0.21.10" features = [ "quic", "dangerous_configuration", ] [dependencies.rustls-pemfile] version = "2.1.2" [dependencies.serde] version = "1.0.197" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.toml] version = "0.8.12" [dependencies.url] version = "2.5.0"