schannel 0.1.20

Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl
Documentation
[dependencies.lazy_static]
version = "1.0"

[dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Security_Cryptography", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_System_Memory"]
version = "0.36"
[dev-dependencies.windows-sys]
features = ["Win32_System_SystemInformation", "Win32_System_Time"]
version = "0.36"

[package]
authors = ["Steven Fackler <sfackler@gmail.com>", "Steffen Butzer <steffen.butzer@outlook.com>"]
description = "Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl"
documentation = "https://docs.rs/schannel/0.1.19/schannel/"
edition = "2018"
keywords = ["windows", "schannel", "tls", "ssl", "https"]
license = "MIT"
name = "schannel"
readme = "README.md"
repository = "https://github.com/steffengy/schannel-rs"
version = "0.1.20"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"