praefectus 0.3.0

Policy-neutral, durable desktop action execution protocol
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.87"
name = "praefectus"
version = "0.3.0"
build = false
include = [
    "/src/**",
    "/tests/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
    "/ACKNOWLEDGEMENTS.md",
    "/THIRD_PARTY_LICENSES.md",
    "/deny.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Policy-neutral, durable desktop action execution protocol"
homepage = "https://github.com/tschk/praefectus"
documentation = "https://docs.rs/praefectus"
readme = "README.md"
license = "ISC"
repository = "https://github.com/tschk/praefectus"

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

[[bin]]
name = "praefectus"
path = "src/main.rs"

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

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

[dependencies.ed25519-dalek]
version = "2.1"
features = ["std"]
default-features = false

[dependencies.fs2]
version = "0.4"

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tungstenite]
version = "0.30"
features = ["handshake"]
default-features = false

[dev-dependencies.tempfile]
version = "3.23"

[target.'cfg(target_os = "linux")'.dependencies.atspi]
version = "0.30"
features = [
    "proxies",
    "zbus",
]
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.rustix]
version = "1.1"
features = [
    "net",
    "process",
    "std",
]
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.x11rb]
version = "0.14"
features = ["randr"]
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.zbus]
version = "=5.18.0"
features = [
    "async-io",
    "blocking-api",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.accessibility-sys]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.10"

[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
version = "0.25"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_Graphics_Dwm",
    "Win32_Graphics_Gdi",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Storage_FileSystem",
    "Win32_System_Com",
    "Win32_System_Ole",
    "Win32_System_SystemServices",
    "Win32_System_Threading",
    "Win32_System_Variant",
    "Win32_System_WindowsProgramming",
    "Win32_UI_Accessibility",
    "Win32_UI_WindowsAndMessaging",
]