# 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 = "node-js-release-info" version = "1.1.1" authors = ["Busticated "] description = "Asynchronously retrieve Node.js release info by version and platform from the [downloads server](https://nodejs.org/download/release/)" readme = "README.md" keywords = [ "nodejs", "download", "installer", "async", "http", ] categories = [ "development-tools::build-utils", "development-tools::testing", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/busticated/rusty" [dependencies.reqwest] version = "0.11.*" [dependencies.semver] version = "1.*" [dependencies.serde] version = "1.*" features = ["derive"] optional = true [dependencies.tokio] version = "1.*" features = [ "macros", "net", "time", ] default-features = false [dev-dependencies.mockito] version = "1.*" [dev-dependencies.serde_json] version = "1.*" [features] json = ["dep:serde"]