provisioning-platform/prov-ecosystem/crates/init-servs/Cargo.toml

29 lines
689 B
TOML
Raw Permalink Normal View History

[package]
name = "init-servs"
version = "0.1.0"
edition = "2021"
rust-version = "1.75"
authors = ["Provctl Contributors"]
license = "MIT"
repository = "https://github.com/provctl"
description = "Service management abstraction across multiple init systems"
documentation = "https://docs.rs/init-servs"
keywords = ["init", "systemd", "service", "launchd", "infrastructure"]
categories = ["development-tools", "os"]
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
toml = "0.9"
thiserror = "2"
anyhow = "1"
tracing = "0.1"
tokio = { version = "1", features = ["full"] }
[dev-dependencies]
proptest = "1"
tempfile = "3"
mockall = "0.14"