# 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.21.0" authors = ["Wolf Vollprecht "] description = "A crate to help with activation and deactivation of a conda environment" homepage = "https://github.com/mamba-org/rattler" readme = "README.md" categories = ["development-tools"] license = "BSD-3-Clause" repository = "https://github.com/mamba-org/rattler" [dependencies.enum_dispatch] version = "0.3.13" [dependencies.indexmap] version = "2.2.6" [dependencies.itertools] version = "0.12.1" [dependencies.rattler_conda_types] version = "0.26.0" default-features = false [dependencies.serde_json] version = "1.0.116" features = ["preserve_order"] [dependencies.shlex] version = "1.3.0" [dependencies.sysinfo] version = "0.30.10" optional = true [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.insta] version = "1.38.0" features = ["yaml"] [dev-dependencies.tempdir] version = "0.3.7"