# 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 = "dotodo" version = "0.4.0" description = "Do your todos!" readme = "README.md" keywords = [ "todo", "organisation", "tasks", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/SleepySwords/do_todo/" [[bin]] name = "dotodo" path = "src/main.rs" bench = false [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossterm] version = "0.27" features = ["serde"] [dependencies.dirs] version = "5.0.0" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.6.1" [dependencies.serde_yaml] version = "0.8" [dependencies.textwrap] version = "0.15" [dependencies.thiserror] version = "1.0.48" [dependencies.tui] version = "0.26.0" features = ["serde"] package = "ratatui" [dependencies.tui-textarea] version = "0.4.0" features = [ "crossterm", "ratatui", ] default-features = false [dependencies.unicode-segmentation] version = "1.10.0"