zerus 0.12.0

Lightweight binary to download only project required crates for offline crates.io mirror
# 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 = "zerus"
version = "0.12.0"
authors = ["wcampbell"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight binary to download only project required crates for offline crates.io mirror"
homepage = "https://github.com/wcampbell0x2a/zerus"
readme = "README.md"
keywords = [
    "offline",
    "mirror",
    "crates",
    "download",
    "vendor",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wcampbell0x2a/zerus"

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

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

[dependencies.anyhow]
version = "1.0.90"

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

[dependencies.git2]
version = "0.20.0"
features = [
    "vendored-libgit2",
    "vendored-openssl",
]

[dependencies.guppy]
version = "0.17.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.reqwest]
version = "0.12.8"
features = [
    "blocking",
    "rustls-tls",
    "http2",
]
default-features = false

[dev-dependencies.assert_cmd]
version = "2.0.16"
features = [
    "color",
    "color-auto",
]

[dev-dependencies.insta]
version = "1.42.1"

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

[profile.dist]
lto = true
codegen-units = 1
inherits = "release"
strip = true

[profile.release]
strip = true