# 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 = "grateful-cli" version = "0.0.8" authors = ["Stephen Fay ", "Jake Wilson"] description = "A tool that makes you happy" homepage = "https://github.com/dcxSt/grateful-cli" readme = "README.md" keywords = ["cli", "happy", "light", "grateful"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dcxSt/grateful-cli" resolver = "2" [[bin]] name = "grateful" path = "src/main.rs" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.directories-next] version = "2.0.0" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.14"