# 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 = "dyd" version = "1.7.0" authors = [ "Eric Saxby", "synchronal.dev", ] exclude = ["fixtures/*"] description = "CLI for daily diffing of git repos" readme = "README.md" license = "MIT" repository = "https://github.com/synchronal/dyd" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = [ "derive", "env", ] [dependencies.crossterm] version = "0.26" [dependencies.envsubst] version = "0.2" [dependencies.indexmap] version = "1.9" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.7" [dependencies.tui] version = "0.19" [features] strict = []