sysd-manager-base 2.17.0

Base crate for sysd-manager providing common utilities and types.
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"
rust-version = "1.92"
name = "sysd-manager-base"
version = "2.17.0"
authors = ["Pierre-Luc Rigaux <plrigaux@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Base crate for sysd-manager providing common utilities and types."
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/plrigaux/sysd-manager"

[features]
appimage = []
default = []
flatpak = []

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

[dependencies.constcat]
version = "0.6"

[dependencies.gettext-rs]
version = "0.7.2"
features = ["gettext-system"]

[dependencies.glib]
version = "0"
features = ["v2_84"]
package = "glib"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "ansi",
    "fmt",
    "chrono",
    "env-filter",
]

[dependencies.zvariant]
version = "5"

[dev-dependencies.test-base]
version = "0.1"
package = "sysd-manager-test-base"