# 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 = "deja" version = "0.2.1" authors = ["Tom Ward "] build = false exclude = [ ".github", "/test", "/bin", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple command line utility to cache output of commands" homepage = "https://github.com/tomafro/deja" documentation = "https://github.com/tomafro/deja" readme = "README.md" categories = [ "command-line-utilities", "caching", ] license = "MIT" repository = "https://github.com/tomafro/deja" [[bin]] name = "deja" path = "src/main.rs" [dependencies.anstyle] version = "1.0.0" [dependencies.anyhow] version = "1.0.0" [dependencies.clap] version = "4.5.0" features = [ "cargo", "string", "env", "color", "wrap_help", "unicode", ] [dependencies.clap_complete] version = "4.5.0" [dependencies.dirs] version = "5.0.0" [dependencies.humantime] version = "2.1.0" [dependencies.merkle_hash] version = "3.5.0" [dependencies.ron] version = "0.8.0" features = ["integer128"] [dependencies.serde] version = "1.0.0" features = ["derive"] [dependencies.ulid] version = "1.1.3" [dependencies.whoami] version = "1.5.0"