# 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 = "winauth" version = "0.0.5" authors = ["Steffen Butzer "] description = "Windows Authentication in Rust (NTLMv2)" documentation = "https://docs.rs/winauth/" keywords = [ "ntlm", "sspi", "winauth", ] license = "MIT/Apache-2.0" repository = "https://github.com/steffengy/winauth-rs" [dependencies.base64] version = "0.10" [dependencies.bitflags] version = "1.1" [dependencies.byteorder] version = "1.2.0" [dependencies.md5] version = "0.6.1" [dependencies.rand] version = "0.7" [dev-dependencies.cfg-if] version = "0.1" [dev-dependencies.hyper] version = "0.12" [dev-dependencies.hyper-tls] version = "0.3" [dev-dependencies.reqwest] version = "0.9" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "winerror", "sspi", ]