[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.system-deps]
version = "7.0"
[dependencies]
[features]
client = []
default = ["client"]
server = []
[lib]
name = "kadmin_sys"
path = "src/lib.rs"
[lints.clippy]
manual_c_str_literals = "allow"
[package]
authors = ["Marc 'risson' Schmitt <marc.schmitt@risson.space>", "authentik community <hello@goauthentik.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "authentication"]
description = "FFI bindings for the Kerberos administration interface (kadm5)"
edition = "2021"
homepage = "https://github.com/authentik-community/kadmin-rs"
keywords = ["kerberos", "krb5", "kadm5", "kadmin"]
license = "MIT"
links = "kadm5"
name = "kadmin-sys"
readme = "README.md"
repository = "https://github.com/authentik-community/kadmin-rs.git"
rust-version = "1.77"
version = "0.4.0"
[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 = "*"