rattler_shell 0.26.2

A crate to help with activation and deactivation of a conda environment
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_shell"
version = "0.26.2"
authors = ["Wolf Vollprecht <w.vollprecht@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate to help with activation and deactivation of a conda environment"
homepage = "https://github.com/conda/rattler"
readme = "README.md"
categories = ["development-tools"]
license = "BSD-3-Clause"
repository = "https://github.com/conda/rattler"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.enum_dispatch]
version = "0.3.13"

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

[dependencies.indexmap]
version = "2.12.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.rattler_conda_types]
version = "=0.43.5"
default-features = false

[dependencies.rattler_pty]
version = "=0.2.9"
default-features = false

[dependencies.serde_json]
version = "1.0.140"
features = ["preserve_order"]

[dependencies.shlex]
version = "1.3.0"

[dependencies.sysinfo]
version = "0.37.2"
optional = true

[dependencies.tempfile]
version = "3.20.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.insta]
version = "1.44.3"
features = ["yaml"]

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