runlatch-core 0.2.0

Core data model, provider trait, and built-in providers for runlatch.
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"
name = "runlatch-core"
version = "0.2.0"
authors = ["Yury Kurlykov <sh1ftr@protonmail.ch>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data model, provider trait, and built-in providers for runlatch."
readme = "README.md"
keywords = [
    "autostart",
    "systemd",
    "xdg",
    "linux",
    "freedesktop",
]
categories = [
    "os::unix-apis",
    "config",
]
license = "MIT"
repository = "https://github.com/sh1ftr/runlatch"
resolver = "2"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = []

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

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

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

[dependencies.zbus]
version = "5"
features = ["tokio"]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "fs",
    "rt",
    "macros",
]