# 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 = "todui" version = "0.1.4" authors = ["Daniel M. "] description = "A CLI and TUI for your todos" readme = "README.md" license = "MIT" repository = "https://github.com/danimelchor/todui" [dependencies.anyhow] version = "1.0.69" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.crossterm] version = "0.25" [dependencies.dirs] version = "4.0.0" [dependencies.itertools] version = "0.10.5" [dependencies.open] version = "4.0.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.tui] version = "0.20.1" package = "ratatui" [dependencies.unicode-width] version = "0.1.10"