# 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 = "xshe" version = "0.5.1" exclude = [".github/"] description = "Set environment variables across multiple shells with a single configuration file." homepage = "https://xshe.superatomic.dev" readme = "README.md" keywords = [ "cli", "shell", "environment-variable", "configuration", "command", ] categories = [ "command-line-utilities", "config", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/superatomic/xshe" resolver = "2" [dependencies.clap] version = "3.2.7" features = [ "derive", "env", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "1.0.1" [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.9.0" [dependencies.exitcode] version = "1.1.2" [dependencies.human-panic] version = "1.0.3" [dependencies.indexmap] version = "1.9.1" features = ["serde"] [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.shellexpand] version = "2.1.0" [dependencies.toml] version = "0.5.9" [dev-dependencies.indoc] version = "1.0.6" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.pretty_assertions] version = "1.2.1" [build-dependencies.clap] version = "3.2.7" features = [ "derive", "env", "wrap_help", ] [build-dependencies.clap-verbosity-flag] version = "1.0.1" [build-dependencies.clap_complete] version = "3.2.3" [build-dependencies.clap_mangen] version = "0.1.10" [badges.maintenance] status = "actively-developed"