# 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 = "ensure-mamba" version = "0.1.0" description = "A simple wrapper around micromamba to ensure that it is installed." homepage = "https://github.com/j-szulc/ensure-mamba" readme = "README.md" license = "MIT" [dependencies.bzip2] version = "0.4.4" [dependencies.color-eyre] version = "0.6.2" [dependencies.expanduser] version = "1.2.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.shellexpand] version = "3.1.0" [dependencies.tar] version = "0.4.40" [dependencies.tempdir] version = "0.3.7" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tokio-util] version = "0.7.10" features = ["full"] [dependencies.trauma] version = "2.2.4"