kirmes 0.0.5

A library providing access to systemd's userdb varlink interface
Documentation
# 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 = "2024"
name = "kirmes"
version = "0.0.5"
authors = ["Andreas Schneider <asn@samba.org>"]
build = false
exclude = ["tests/userdb/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "kirmesctl"
description = "A library providing access to systemd's userdb varlink interface"
readme = "README.md"
license = "LGPL-2.1-or-later"
repository = "https://gitlab.com/kirmes/kirmes"

[package.metadata.capi.library]
version = "0.0.1"

[features]
binaries = [
    "clap",
    "smol",
    "smol-macros",
    "macro_rules_attribute",
]
capi = ["smol"]
default = []

[lib]
name = "kirmes"
path = "src/lib.rs"

[[bin]]
name = "kirmesctl"
path = "src/bin/kirmesctl.rs"
bench = false
required-features = ["binaries"]

[[test]]
name = "group_json_tests"
path = "tests/group_json_tests.rs"

[[test]]
name = "group_tests"
path = "tests/group_tests.rs"

[[test]]
name = "membership_json_tests"
path = "tests/membership_json_tests.rs"

[[test]]
name = "membership_tests"
path = "tests/membership_tests.rs"

[[test]]
name = "user_json_tests"
path = "tests/user_json_tests.rs"

[[test]]
name = "user_tests"
path = "tests/user_tests.rs"

[dependencies.clap]
version = "4.5"
features = [
    "color",
    "derive",
    "help",
    "std",
]
optional = true
default-features = false

[dependencies.educe]
version = "0.6"
features = [
    "Debug",
    "Default",
]
default-features = false

[dependencies.futures-util]
version = "0.3"

[dependencies.macro_rules_attribute]
version = "0.2"
optional = true

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.smol]
version = "2"
optional = true

[dependencies.smol-macros]
version = "0.1"
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.zlink]
version = "0.3"
features = [
    "smol",
    "tracing",
    "proxy",
]
default-features = false

[dependencies.zlink-macros]
version = "0.3"

[dev-dependencies.smol]
version = "2"

[build-dependencies.cbindgen]
version = "0.29"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(test)"]