# 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 = "sauce" version = "0.9.0" authors = ["Dan Cardin "] description = "A tool for managing directory-specific state." homepage = "https://github.com/DanCardin/sauce" documentation = "https://github.com/DanCardin/sauce" readme = "README.md" keywords = [ "source", "shell", "direnv", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/DanCardin/sauce" [dependencies.ansi_term] version = "0.12" [dependencies.anyhow] version = "1.0.35" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.3.3" features = [ "color", "derive", "error-context", "help", "suggestions", "usage", "wrap_help", ] [dependencies.comfy-table] version = "5.0.0" [dependencies.corpus] version = "0.2.1" features = [ "xdg", "home", ] [dependencies.etcetera] version = "0.3.2" [dependencies.glob] version = "0.3.0" [dependencies.indexmap] version = "1.6.1" features = ["serde-1"] [dependencies.itertools] version = "0.10.0" [dependencies.once_cell] version = "1.8.0" [dependencies.path-absolutize] version = "3.0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.snailquote] version = "0.3.1" [dependencies.subprocess] version = "0.2.6" [dependencies.toml_edit] version = "0.2.0" [dev-dependencies.assert_cmd] version = "1.0.3" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.predicates] version = "1.0.7" [dev-dependencies.pretty_assertions] version = "1.2.1" [features] default = [] dev = []