rattler_git 0.1.2

Git operations support 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 = "2021"
name = "rattler_git"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git operations support for rattler-build"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/conda/rattler"

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

[dependencies.dashmap]
version = "6.1.0"

[dependencies.dunce]
version = "1.0.5"

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

[dependencies.rattler_prefix_guard]
version = "=0.1.0"
default-features = false

[dependencies.reqwest]
version = "0.12.15"
features = ["blocking"]
default-features = false

[dependencies.reqwest-middleware]
version = "0.4.2"
package = "astral-reqwest-middleware"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.45.1"
features = [
    "fs",
    "process",
    "rt-multi-thread",
]
default-features = false

[dependencies.tracing]
version = "0.1.41"

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

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.which]
version = "8.0.0"

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