# 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 = "cli-diary" version = "0.8.0" authors = ["Ben Askew-Gale "] description = "A CLI based diary tool for adding entries on the fly." readme = "./README.md" keywords = ["diary"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/BenGale93/cli-diary" [lib] name = "diary" path = "src/diary/lib.rs" [[bin]] name = "diary" path = "src/bin/diary/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.1" [dependencies.confy] version = "0.5.1" [dependencies.edit] version = "0.1.4" [dependencies.enum_dispatch] version = "0.3.11" [dependencies.git2] version = "0.16.1" [dependencies.pathdiff] version = "0.2.1" [dependencies.serde] version = "1.0.159" [dependencies.serde_derive] version = "1.0.159" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.assert_cmd] version = "2.0.10" [dev-dependencies.predicates] version = "2.1.5" [dev-dependencies.tempfile] version = "3.5.0"