kadmin-sys 0.4.0

FFI bindings for the Kerberos administration interface (kadm5)
Documentation
[package]
name = "kadmin-sys"
version = "0.4.0"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "FFI bindings for the Kerberos administration interface (kadm5)"
readme.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords = ["kerberos", "krb5", "kadm5", "kadmin"]
categories = ["external-ffi-bindings", "authentication"]

links = "kadm5"

[package.metadata.system-deps]
krb5 = "*"
kadm5clnt = { name = "kadm-client", version = "*", feature = "client", fallback-names = [
  "kadm5clnt",
  "kadm5clnt_mit",
] }
kadm5srv = { name = "kadm-server", version = "*", feature = "server", fallback-names = [
  "kadm5srv",
  "kadm5srv_mit",
] }

[features]
default = ["client"]
client = []
server = []

[dependencies]

[build-dependencies]
bindgen = "0.72"
system-deps = "7.0"

[lints.clippy]
manual_c_str_literals = "allow"