rattler_git 0.2.1

Git operations support for rattler based crates
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_git"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git operations support for rattler based crates"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/conda/rattler"
resolver = "2"

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

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

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

[dependencies.dashmap]
version = "6"

[dependencies.dunce]
version = "1"

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

[dependencies.rattler_networking]
version = "=0.30.3"
default-features = false

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

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

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

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

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.urlencoding]
version = "2"

[dependencies.which]
version = "8"

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