npm-utils 0.1.0

Pure-Rust utilities for the npm registry: resolve a package version, download npm tarballs and GitHub archives, and extract files.
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"
rust-version = "1.77.2"
name = "npm-utils"
version = "0.1.0"
authors = ["Stefan Grönke <stefan@gronke.net>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust utilities for the npm registry: resolve a package version, download npm tarballs and GitHub archives, and extract files."
homepage = "https://github.com/gronke/rust-npm-utils"
readme = "README.md"
keywords = [
    "npm",
    "registry",
    "tarball",
    "download",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/gronke/rust-npm-utils"

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

[dependencies.flate2]
version = "1.1"

[dependencies.semver]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.ureq]
version = "3.0"
features = ["rustls"]
default-features = false

[dependencies.zip]
version = "7"
features = [
    "deflate",
    "time",
]
default-features = false

[dev-dependencies.tempfile]
version = "3"