# 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 = "nvm-rust" version = "0.4.3" authors = ["BeeeQueue "] exclude = [ ".github/", "tests/", "test-data/", ] description = "A node version manager that doesn't suck" homepage = "https://github.com/BeeeQueue/nvm-rust" readme = "README.md" keywords = [ "node", "version", "manager", "nvm", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/BeeeQueue/nvm-rust" [profile.release] lto = true strip = true [[bin]] name = "nvm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.4" features = [ "derive", "env", "cargo", ] [dependencies.dialoguer] version = "0.10.3" [dependencies.dirs] version = "4.0.0" [dependencies.itertools] version = "0.10.5" [dependencies.node-semver] version = "2.1.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.92" [dependencies.spectral] version = "0.6.0" [dependencies.ureq] version = "2.6.2" features = [ "native-certs", "json", ] [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.assert_fs] version = "1.0.10" [dev-dependencies.predicates] version = "2.1.5" [target."cfg(unix)".dependencies.flate2] version = "1.0.25" [target."cfg(unix)".dependencies.tar] version = "0.4.38" [target."cfg(windows)".dependencies.zip] version = "0.6.4"