# 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 = "2021" rust-version = "1.77" name = "kadmin-sys" version = "0.2.0" authors = [ "Marc 'risson' Schmitt ", "authentik community ", ] build = "build.rs" links = "kadm5" autobins = false autoexamples = false autotests = false autobenches = false description = "FFI bindings for the Kerberos administration interface (kadm5)" homepage = "https://github.com/authentik-community/kadmin-rs" readme = "README.md" keywords = [ "kerberos", "krb5", "kadm5", "kadmin", ] categories = [ "external-ffi-bindings", "authentication", ] license = "MIT" repository = "https://github.com/authentik-community/kadmin-rs.git" [package.metadata.system-deps] krb5 = "*" [package.metadata.system-deps.kadm5clnt] fallback-names = [ "kadm5clnt", "kadm5clnt_mit", ] feature = "client" name = "kadm-client" version = "*" [package.metadata.system-deps.kadm5srv] fallback-names = [ "kadm5srv", "kadm5srv_mit", ] feature = "server" name = "kadm-server" version = "*" [lib] name = "kadmin_sys" path = "src/lib.rs" [dependencies] [build-dependencies.bindgen] version = "0.70" [build-dependencies.system-deps] version = "7.0" [features] client = [] default = ["client"] server = []