You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

50 lines
1.2 KiB

[package]
name = "fnm"
version = "1.31.1"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2021"
build = "build.rs"
license = "GPL-3.0"
repository = "https://github.com/Schniz/fnm"
description = "Fast and simple Node.js version manager"
[dependencies]
serde = { version = "1.0.145", features = ["derive"] }
clap = { version = "3.2.22", features = ["derive", "env"] }
serde_json = "1.0.85"
chrono = { version = "0.4.22", features = ["serde"] }
tar = "0.4.38"
xz2 = "0.1.7"
semver = "1.0.14"
dirs = "4.0.0"
colored = "2.0.0"
zip = "0.6.2"
tempfile = "3.3.0"
indoc = "1.0.7"
log = "0.4.17"
env_logger = "0.9.1"
atty = "0.2.14"
encoding_rs_io = "0.1.7"
reqwest = { version = "0.11.12", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
url = "2.3.1"
sysinfo = "0.26.7"
thiserror = "1.0.37"
clap_complete = "3.2.5"
anyhow = "1.0.65"
[dev-dependencies]
pretty_assertions = "1.3.0"
duct = "0.13.5"
shell-escape = "0.1.5"
insta = "1.21.0"
serial_test = "0.9.0"
test-log = "0.2.11"
[build-dependencies]
embed-resource = "1.7.3"
[target.'cfg(windows)'.dependencies]
csv = "1.1.6"
junction = "0.2.0"
[features]