mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-03 03:36:41 +00:00
55 lines
1.4 KiB
TOML
55 lines
1.4 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"
|
|
name = "schannel"
|
|
version = "0.1.20"
|
|
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/"
|
|
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"
|
|
|
|
[dependencies.lazy_static]
|
|
version = "1.0"
|
|
|
|
[dependencies.windows-sys]
|
|
version = "0.36"
|
|
features = [
|
|
"Win32_Foundation",
|
|
"Win32_Security_Cryptography",
|
|
"Win32_Security_Authentication_Identity",
|
|
"Win32_Security_Credentials",
|
|
"Win32_System_Memory",
|
|
]
|
|
|
|
[dev-dependencies.windows-sys]
|
|
version = "0.36"
|
|
features = [
|
|
"Win32_System_SystemInformation",
|
|
"Win32_System_Time",
|
|
]
|