[package] name = "easy-tokio-rustls" version = "0.1.3" authors = ["Kenneth Wilke "] edition = "2021" description = "This library provides convenient abstractions for creating simple TLS sockets with `tokio-rustls.`" readme = "README.md" repository = "https://github.com/KennethWilke/easy-tokio-rustls" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.17.0", features = ["full"] } tokio-rustls = "0.23.3" webpki-roots = "0.22.3" rustls-pemfile = "1.0.0" thiserror = "1.0.30" anyhow = "1.0.57" regex = "1.5.5" base64 = "0.13.0"