sysd-manager-proxy 2.13.0

Simple lib used by sysd-manager to perform privileged operations via polkit over D-Bus.
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.91"
name = "sysd-manager-proxy"
version = "2.13.0"
authors = ["Pierre-Luc Rigaux <plrigaux@users.noreply.github.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple lib used by sysd-manager to perform privileged operations via polkit over D-Bus."
readme = "README.md"
keywords = [
    "systemd",
    "dbus",
    "polkit",
    "linux",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/plrigaux/sysd-manager"

[features]
default = []

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

[[bin]]
name = "sysd-manager-proxy"
path = "src/main.rs"

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

[dependencies.base]
version = "2.13"
package = "sysd-manager-base"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dotenv]
version = "0.15"

[dependencies.enumflags2]
version = "0.7"

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

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

[dependencies.libc]
version = "0.2"

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

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.zbus]
version = "5.11"
features = [
    "tokio",
    "blocking-api",
]
default-features = false

[dependencies.zbus_polkit]
version = "5"

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