cargo-plugin-utils 0.0.7

Shared utilities for cargo plugins (logger, subprocess handling, common functions)
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"
rust-version = "1.92.0"
name = "cargo-plugin-utils"
version = "0.0.7"
authors = ["Jacobus Geluk <jacobus@dataroad.com>"]
build = "build.rs"
exclude = [
    ".cargo/",
    ".cargo-husky/",
    ".clippy.toml",
    ".cursor/",
    ".github/",
    ".gitignore",
    ".rust-toolchain.toml",
    ".vscode/",
    "cog.toml",
    "rustfmt.toml",
    "scripts/",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared utilities for cargo plugins (logger, subprocess handling, common functions)"
homepage = "https://github.com/dataroadinc/cargo-plugin-utils"
documentation = "https://docs.rs/cargo-plugin-utils"
readme = "README.md"
keywords = [
    "cargo",
    "plugin",
    "utilities",
    "logger",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/dataroadinc/cargo-plugin-utils"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.atty]
version = "0.2.14"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.carlog]
version = "0.1"

[dependencies.console]
version = "0.16.2"

[dependencies.gix]
version = "0.77.0"
features = ["revision"]
default-features = false

[dependencies.indicatif]
version = "0.18.3"

[dependencies.portable-pty]
version = "0.9.0"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "rt-multi-thread",
    "process",
    "io-util",
    "sync",
    "time",
]

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

[build-dependencies.sloughi]
version = "0.3"