rustdesk/vendor/schannel/Cargo.toml

64 lines
1.6 KiB
TOML

# 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 = "2018"
rust-version = "1.60.0"
name = "schannel"
version = "0.1.26"
authors = [
"Steven Fackler <sfackler@gmail.com>",
"Steffen Butzer <steffen.butzer@outlook.com>",
]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl"
documentation = "https://docs.rs/schannel/0.1.19/schannel/"
readme = "README.md"
keywords = [
"windows",
"schannel",
"tls",
"ssl",
"https",
]
license = "MIT"
repository = "https://github.com/steffengy/schannel-rs"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[lib]
name = "schannel"
path = "src/lib.rs"
[dependencies.windows-sys]
version = "0.59"
features = [
"Win32_Foundation",
"Win32_Security_Cryptography",
"Win32_Security_Authentication_Identity",
"Win32_Security_Credentials",
"Win32_System_LibraryLoader",
"Win32_System_Memory",
"Win32_System_SystemInformation",
]
[dev-dependencies.windows-sys]
version = "0.59"
features = [
"Win32_System_SystemInformation",
"Win32_System_Time",
]