guth-cli 0.1.2

Headless plugin discovery and dispatch for the Guth file manager.
Documentation
[package]
name = "guth-cli"
version = "0.1.2"
edition = "2021"
authors = ["Trevor Knott", "Knott Dynamics"]
description = "Headless plugin discovery and dispatch for the Guth file manager."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Tknott95/Guth"
homepage = "https://github.com/Tknott95/Guth"
documentation = "https://docs.rs/guth-cli"
keywords = ["guth", "plugin", "file-manager", "cli"]
categories = ["command-line-utilities", "filesystem"]
include = ["/src/**", "/README.md", "/Cargo.toml"]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
rustix = { version = "1.1", features = ["fs", "process"] }
uuid = { version = "1", features = ["serde", "v7"] }