praefectus 0.2.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.85"
name = "praefectus"
version = "0.2.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"

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

[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"