# 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 = "krb5-src" version = "0.3.4" authors = ["Materialize, Inc."] build = "build.rs" links = "krb5-src" autobins = false autoexamples = false autotests = false autobenches = false description = "Build system integration for libkrb5, MIT's Kerberos implementation." documentation = "https://docs.rs/krb5-src" readme = "README.md" categories = ["external-ffi-bindings"] license = "Apache-2.0" repository = "https://github.com/MaterializeInc/rust-krb5-src" [lib] name = "krb5_src" path = "src/lib.rs" [dependencies.openssl-sys] version = "0.9.55" optional = true [build-dependencies.duct] version = "0.13.3" [features] binaries = [] nls = [] openssl-vendored = ["openssl-sys/vendored"]