process_state 1.0.0

A Rust library that lets you track, cache, and manage commands like a process manager
Documentation
[dependencies.dirs]
version = "5.0"

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

[dependencies.serde_json]
version = "1.0"

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

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

[package]
authors = ["m-e pasta <mepasta@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A Rust library that lets you track, cache, and manage commands like a process manager"
documentation = "https://docs.rs/process_state"
edition = "2021"
homepage = "https://github.com/m-epasta/process_state"
keywords = ["process", "tracking", "management", "state", "command"]
license = "MIT OR Apache-2.0"
name = "process_state"
readme = "README.md"
repository = "https://github.com/m-epasta/process_state"
version = "1.0.0"

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