# 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 = "2021" name = "ntlmclient" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple NTLM client library for Rust." readme = "README.md" keywords = ["ntlm"] license = "CC0-1.0" repository = "https://github.com/RavuAlHemio/ntlmclient" [lib] name = "ntlmclient" path = "src/lib.rs" [dependencies.bitflags] version = "2.6" [dependencies.chrono] version = "0.4" [dependencies.cipher] version = "0.4" [dependencies.des] version = "0.8" [dependencies.digest] version = "0.10" [dependencies.hmac] version = "0.12" [dependencies.md-5] version = "0.10" [dependencies.md4] version = "0.10" [dependencies.rand] version = "0.8" [dev-dependencies.base64] version = "0.22" [dev-dependencies.reqwest] version = "0.12" features = ["cookies"] [target."cfg(windows)".dependencies.windows] version = "0.58" features = ["Win32_Globalization"]