sspi 0.1.0

A Rust implementation of the Security Support Provider Interface (SSPI) API
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "sspi"
version = "0.1.0"
authors = ["Vlad Aleksashyn <vlad.al.dp@gmail.com>"]
description = "A Rust implementation of the Security Support Provider Interface (SSPI) API"
homepage = "https://github.com/devolutions/sspi-rs"
keywords = ["ntlm", "auth", "sspi", "windows"]
license = "MIT/Apache-2.0"
repository = "https://github.com/devolutions/sspi-rs"
[dependencies.bitflags]
version = "1.0"

[dependencies.byteorder]
version = "1.2.7"

[dependencies.bytes]
version = "0.4"

[dependencies.chrono]
version = "0.4"

[dependencies.crypto-mac]
version = "0.7"

[dependencies.hmac]
version = "0.7"

[dependencies.lazy_static]
version = "1.2"

[dependencies.md-5]
version = "0.8"

[dependencies.md4]
version = "0.8"

[dependencies.num-derive]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.6"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.sha2]
version = "0.8"