# 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 = "libgssapi" version = "0.8.1" authors = ["Eric Stokes "] build = 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" [lib] name = "libgssapi" path = "src/lib.rs" [[example]] name = "krb5" path = "examples/krb5.rs" [[example]] name = "krb5_iov" path = "examples/krb5_iov.rs" [dependencies.bitflags] version = "2.0" [dependencies.bytes] version = "1" [dependencies.lazy_static] version = "1.4" [dependencies.libgssapi-sys] version = "0.3.1" [features] default = [ "iov", "localname", ] iov = [] localname = [] s4u = []