libgssapi 0.11.0

A safe binding to gssapi
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 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 = "libgssapi"
version = "0.11.0"
authors = ["Eric Stokes <letaris@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safe binding to gssapi"
homepage = "https://github.com/estokes/libgssapi"
documentation = "https://estokes.github.io/libgssapi/libgssapi/index.html"
readme = "README.md"
keywords = [
    "gssapi",
    "sspi",
    "kerberos",
    "krb5",
    "authentication",
]
categories = [
    "api-bindings",
    "authentication",
    "cryptography",
    "os::unix-apis",
]
license = "MIT"
repository = "https://github.com/estokes/libgssapi"
resolver = "2"

[features]
all = [
    "iov",
    "localname",
    "s4u",
    "store",
]
default = []
iov = []
localname = []
s4u = []
store = []

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

[[example]]
name = "krb5"
path = "examples/krb5.rs"

[[example]]
name = "krb5_auth"
path = "examples/krb5_auth.rs"

[[example]]
name = "krb5_iov"
path = "examples/krb5_iov.rs"
required-features = ["iov"]

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

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

[dependencies.bitflags]
version = "2.0"

[dependencies.bytes]
version = "1"

[dependencies.libgssapi-sys]
version = "0.3.1"

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.tempfile]
version = "3"