# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rn" version = "0.2.2" authors = ["Bryce Fisher-Fleig "] description = "Command line tool for managing per-session nodejs versions based on package.json files" readme = "README.md" keywords = ["utility", "cli", "nodejs", "javascript"] categories = ["command-line-utilities", "development-tools", "web-programming"] license = "MIT" repository = "https://gitlab.com/bff/rn" [profile.release] debug = true [dependencies.serde_json] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.reqwest] version = "0.6.2" [dependencies.serde_derive] version = "1.0" [dependencies.csv] version = "1.0.0-beta.3" [dependencies.tar] version = "0.4.9" [dependencies.semver] version = "0.7.0" [dev-dependencies.spectral] version = "0.6.0" [target."cfg(target_os = \"linux\")".dependencies.rust-lzma] version = "0.2" [target."cfg(target_os = \"macos\")".dependencies.flate2] version = "0.2.17" [badges.gitlab] repository = "bff/rn"