yosh-plugin-manager 0.2.7

Plugin manager for yosh shell
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"
name = "yosh-plugin-manager"
version = "0.2.7"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin manager for yosh shell"
readme = false
license = "MIT"
repository = "https://github.com/k-ymmt/yosh"

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

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

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

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
]

[dependencies.hex]
version = "0.4"

[dependencies.nix]
version = "0.31"
features = [
    "signal",
    "process",
]

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.ureq]
version = "3"
features = [
    "rustls",
    "platform-verifier",
    "gzip",
]
default-features = false

[dependencies.wasmtime]
version = "27"
features = [
    "component-model",
    "cranelift",
    "runtime",
]
default-features = false

[dependencies.wasmtime-wasi]
version = "27"
default-features = false

[dependencies.yosh-plugin-api]
version = "0.2.0"

[dev-dependencies.mockito]
version = "1"