rattler_build_source_cache 0.1.2

Source cache management for rattler-build
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 = "rattler_build_source_cache"
version = "0.1.2"
authors = ["rattler-build contributors <hi@prefix.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source cache management for rattler-build"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/prefix-dev/rattler-build"

[features]
default = [
    "rustls-tls",
    "sigstore",
]
native-tls = [
    "rattler_build_networking/native-tls",
    "sigstore-verify?/native-tls",
]
rustls-tls = [
    "rattler_build_networking/rustls-tls",
    "sigstore-verify?/rustls",
]
sigstore = [
    "dep:sigstore-verify",
    "dep:sigstore-trust-root",
    "dep:sigstore-types",
]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bzip2]
version = "0.6.1"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.dunce]
version = "1.0.5"

[dependencies.flate2]
version = "1.1.9"

[dependencies.fs-err]
version = "3.3.0"
features = ["tokio"]

[dependencies.futures]
version = "0.3.32"

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.lzma-rust2]
version = "0.16"
features = ["xz"]

[dependencies.md-5]
version = "0.10"

[dependencies.rattler_build_networking]
version = "=0.1.2"

[dependencies.rattler_git]
version = "0.1.0"

[dependencies.rattler_prefix_guard]
version = "0.1.0"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "json",
    "stream",
]
default-features = false

[dependencies.reqwest-middleware]
version = "0.4.2"
features = ["json"]

[dependencies.reqwest-retry]
version = "0.8.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sevenz-rust2]
version = "0.20.2"

[dependencies.sha2]
version = "0.10.9"

[dependencies.sigstore-trust-root]
version = "0.6.4"
optional = true
default-features = false

[dependencies.sigstore-types]
version = "0.6.4"
optional = true

[dependencies.sigstore-verify]
version = "0.6.4"
optional = true
default-features = false

[dependencies.tar]
version = "0.4.44"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt",
    "macros",
    "fs",
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "time",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zip]
version = "8.2.0"
features = ["deflate"]
default-features = false

[dependencies.zstd]
version = "0.13.3"

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

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "rt",
    "macros",
    "rt",
    "macros",
    "test-util",
]