unpm 0.2.0

Lightweight vendoring of static assets. No node_modules, no runtime fetching.
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 = "2024"
name = "unpm"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight vendoring of static assets. No node_modules, no runtime fetching."
readme = "README.md"
license = "MIT"
repository = "https://github.com/JamesGuthrie/unpm"

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

[[bin]]
name = "unpm"
path = "src/main.rs"

[[test]]
name = "config_test"
path = "tests/config_test.rs"

[[test]]
name = "cve_test"
path = "tests/cve_test.rs"

[[test]]
name = "fetch_test"
path = "tests/fetch_test.rs"

[[test]]
name = "lockfile_test"
path = "tests/lockfile_test.rs"

[[test]]
name = "manifest_test"
path = "tests/manifest_test.rs"

[[test]]
name = "registry_test"
path = "tests/registry_test.rs"

[[test]]
name = "vendor_test"
path = "tests/vendor_test.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dialoguer]
version = "0.11"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.semver]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

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