# 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 = "sptp" version = "0.1.2" description = "This library specifies how to implement the serverphone protocol, used by the serverphone create to communicate between the server and the client" homepage = "https://serverphone.vhack.eu" license = "GPL-3.0-or-later" repository = "https://codeberg.org/vhack.eu/serverphone" [dependencies.anyhow] version = "1.0.75" [dependencies.argon2] version = "0.5.2" features = [ "std", "alloc", ] [dependencies.async-trait] version = "0.1.74" [dependencies.rand] version = "0.8.5" [dependencies.rcgen] version = "0.10.0" features = [ "pem", "x509-parser", ] [dependencies.ron] version = "0.8.1" [dependencies.rustls-pemfile] version = "1.0.3" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.thiserror] version = "1.0.49" [dependencies.thrussh-keys] version = "0.22.1" [dependencies.time] version = "0.3.30" [dependencies.tokio] version = "1.33.0" features = ["io-std"] [dependencies.tokio-rustls] version = "0.24.1" [dev-dependencies.tokio] version = "1.33.0" features = [ "io-std", "macros", "net", ]