[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dirs]
version = "6.0"
[dependencies.figment]
features = ["toml", "env"]
version = "0.10"
[dependencies.flate2]
version = "1.0"
[dependencies.regex]
version = "1.10"
[dependencies.reqwest]
default-features = false
features = ["json", "stream", "rustls-tls"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tar]
version = "0.4"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "fs", "process"]
version = "1.0"
[dependencies.toml]
version = "0.8"
[dependencies.vx-shim]
version = "0.2.2"
[dependencies.walkdir]
version = "2.4"
[dependencies.which]
version = "8.0"
[dependencies.zip]
version = "4.0"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.rstest]
version = "0.25"
[dev-dependencies.serial_test]
version = "3.0"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.test-case]
version = "3.3"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "fs", "process", "test-util"]
version = "1.0"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "vx_core"
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 = "Core traits and interfaces for vx tool manager"
edition = "2021"
homepage = "https://github.com/loonghao/vx"
keywords = ["version", "manager", "development", "tools", "cli"]
license = "MIT"
name = "vx-core"
readme = "README.md"
repository = "https://github.com/loonghao/vx"
rust-version = "1.80.0"
version = "0.2.2"
[[test]]
name = "config_tests"
path = "tests/config_tests.rs"
[[test]]
name = "platform_tests"
path = "tests/platform_tests.rs"
[[test]]
name = "project_sync_tests"
path = "tests/project_sync_tests.rs"