[dependencies.hmac]
version = "^0.12"
[dependencies.libc]
version = "^0.2"
[dependencies.log]
version = "^0.4"
[dependencies.nix]
default-features = false
features = ["dir", "fs", "socket", "process", "uio"]
version = "^0.29"
[dependencies.nom]
version = "8"
[dependencies.once_cell]
version = "^1.8"
[dependencies.serde]
features = ["derive"]
version = "^1.0.91"
[dependencies.sha2]
version = "^0.10"
[dependencies.thiserror]
version = "^2.0"
[dependencies.uuid]
features = ["serde"]
version = "^1.0"
[dev-dependencies.pretty_assertions]
version = "^1.0"
[dev-dependencies.quickcheck]
version = "^1.0"
[dev-dependencies.rand]
version = "^0.9"
[dev-dependencies.serde_json]
version = "^1.0"
[[example]]
name = "id128"
path = "examples/id128.rs"
[[example]]
name = "notify"
path = "examples/notify.rs"
[[example]]
name = "persistent_state"
path = "examples/persistent_state.rs"
[[example]]
name = "watchdog"
path = "examples/watchdog.rs"
[lib]
name = "libsystemd"
path = "src/lib.rs"
[package]
authors = ["Luca Bruno <lucab@lucabruno.net>", "Sebastian Wiesner <sebastian@swsnr.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "os::unix-apis"]
description = "A pure-Rust client library to interact with systemd"
documentation = "https://docs.rs/libsystemd"
edition = "2021"
exclude = [".gitignore", ".travis.yml"]
keywords = ["systemd", "linux"]
license = "MIT/Apache-2.0"
name = "libsystemd"
readme = "README.md"
repository = "https://github.com/lucab/libsystemd-rs"
rust-version = "1.69"
version = "0.7.1"
[package.metadata.release]
pre-release-commit-message = "cargo: libsystemd release {{version}}"
publish = false
push = false
sign-commit = true
sign-tag = true
tag-message = "libsystemd {{version}}"
[[test]]
harness = false
name = "connected_to_journal"
path = "tests/connected_to_journal.rs"
[[test]]
name = "journal"
path = "tests/journal.rs"
[[test]]
harness = false
name = "persistent_state"
path = "tests/persistent_state.rs"