# 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 = "cleanroom" version = "0.0.3" authors = ["creightor"] description = "Shell environment manager" readme = "README.md" keywords = [ "cli", "shell", "terminal", "environment", "manager", ] categories = [ "command-line-utilities", "virtualization", ] license-file = "LICENSE" repository = "https://git.vexd.dev/bloated/cleanroom" [dependencies.clap] version = "4" features = [ "derive", "wrap_help", ] [dependencies.libc] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.toml] version = "0" [dependencies.xdg] version = "2" [dev-dependencies.rand] version = "0.8.5"