guth-cli 0.1.1

Headless plugin discovery and dispatch for the Guth file manager.
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 = "2021"
name = "guth-cli"
version = "0.1.1"
authors = [
    "Trevor Knott",
    "Knott Dynamics",
]
build = false
include = [
    "/src/**",
    "/README.md",
    "/Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless plugin discovery and dispatch for the Guth file manager."
homepage = "https://github.com/Tknott95/Guth"
documentation = "https://docs.rs/guth-cli"
readme = "README.md"
keywords = [
    "guth",
    "plugin",
    "file-manager",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Tknott95/Guth"

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

[[bin]]
name = "guth-cli"
path = "src/main.rs"

[dependencies.rustix]
version = "1.1"
features = [
    "fs",
    "process",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v7",
]