# 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 = "envhub" version = "0.2.18" authors = ["Tsiry Sandratraina "] description = "Manage your dotfiles and packages with ease." readme = "README.md" keywords = [ "nix", "shell", "environment", "dotfiles", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tsirysndr/envhub" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "3.2.20" [dependencies.envhub-ext] version = "0.1.1" [dependencies.envhub-hm] version = "0.2.4" [dependencies.envhub-pkgs] version = "0.1.4" [dependencies.envhub-providers] version = "0.2.0" [dependencies.envhub-stow] version = "0.1.0" [dependencies.envhub-types] version = "0.2.2" [dependencies.hcl-rs] version = "0.14.2" [dependencies.indexmap] version = "2.2.3" [dependencies.inquire] version = "0.6.2" [dependencies.owo-colors] version = "3.5.0" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.toml] version = "0.7.4" [dependencies.users] version = "0.11.0"