[package] name = "tcps" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Very lightweight wrapper to take the full advantage of rustls." homepage = "https://docs.rs/tcps" documentation = "https://docs.rs/tcps" repository = "https://repo.zzwxh.top" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rustls = { version = "0.21" , default-features = false , features = ["logging"] } rustls-pemfile = "1" log = "0.4"