kenobi-windows 0.3.1

A Windows Negotiate implementation.
# 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 = "2024"
name = "kenobi-windows"
version = "0.3.1"
authors = ["Niclas Klugmann <niclas@klugmann.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Windows Negotiate implementation."
readme = false
keywords = [
    "windows",
    "sspi",
    "kerberos",
    "ntlm",
]
license = "MIT"
repository = "https://github.com/2ndDerivative/kenobi"

[features]
native-tls = ["kenobi-core/native-tls"]
rustls = ["kenobi-core/rustls"]

[lib]
name = "kenobi_windows"
path = "src/lib.rs"

[[test]]
name = "authenticate_against_self"
path = "tests/authenticate_against_self.rs"

[[test]]
name = "two_contexts_same_cred"
path = "tests/two_contexts_same_cred.rs"

[dependencies.kenobi-core]
version = "0.3"

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Security_Authentication_Identity",
    "Win32_Security_Credentials",
]

[dependencies.windows-result]
version = "0.4.1"