# 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-sys" version = "0.3.2" authors = ["Eric Stokes "] build = "build.rs" links = "gssapi_krb5" autobins = false autoexamples = false autotests = false autobenches = false description = "A low level binding to gssapi" homepage = "https://github.com/estokes/libgssapi" documentation = "https://docs.rs/libgssapi" 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_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69" [build-dependencies.pkg-config] version = "0.3"