# 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 = "daila" version = "0.1.1" authors = ["devinleamy "] description = "CLI for tracking and visualizing daily activities." homepage = "https://github.com/devinleamy/daila" readme = "README.md" keywords = [ "cli", "data", "visualization", "daily", "heatmap", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "MIT" repository = "https://github.com/DevinLeamy/daila" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.crossterm] version = "0.26.1" [dependencies.directories] version = "5.0.0" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.20.1" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95"