vx-shim 0.2.3

Cross-platform shim executable for vx tool manager
Documentation
[[bin]]
name = "vx-shim"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.ctrlc]
version = "3.4"

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

[dependencies.shell-words]
version = "1.1"

[dependencies.toml]
version = "0.8"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.rstest]
version = "0.25"

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

[dev-dependencies.test-case]
version = "3.3"

[dev-dependencies.tokio-test]
version = "0.4"

[features]
debug = []
default = []

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

[package]
authors = ["Hal <hal.long@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Cross-platform shim executable for vx tool manager"
documentation = "https://docs.rs/vx-shim"
edition = "2021"
homepage = "https://github.com/loonghao/vx"
keywords = ["shim", "executable", "proxy", "tool-manager", "cross-platform"]
license = "MIT"
name = "vx-shim"
readme = "README.md"
repository = "https://github.com/loonghao/vx"
version = "0.2.3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.nix]
features = ["signal", "process"]
version = "0.30"

[target."cfg(windows)".dependencies.winapi]
features = ["winbase", "processthreadsapi", "handleapi", "synchapi", "jobapi2", "consoleapi", "shellapi", "winuser", "errhandlingapi", "winerror", "winnt"]
version = "0.3"

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