nodeup 0.1.8

Rustup-like Node.js version 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 = "nodeup"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rustup-like Node.js version manager"
readme = "README.md"
license = "MIT"

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

[[bin]]
name = "nodeup"
path = "src/main.rs"

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

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

[dependencies.clap_complete]
version = "4.5.47"

[dependencies.reqwest]
version = "0.12.14"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.semver]
version = "1.0.26"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10.8"

[dependencies.swc_malloc]
version = "1.2.5"

[dependencies.tar]
version = "0.4.44"

[dependencies.tempfile]
version = "3.18.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8.20"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "fmt",
    "env-filter",
]

[dependencies.xz2]
version = "0.1.7"

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

[dev-dependencies.httpmock]
version = "0.8.3"

[dev-dependencies.predicates]
version = "3.1.3"

[dev-dependencies.serial_test]
version = "3.2.0"