# 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 = "todo-cli-manikya" version = "0.3.0" authors = ["Manikya-Sharma"] description = "A mini todo-cli app for learning purpose" readme = "README.md" license = "MIT" repository = "https://github.com/Manikya-Sharma/todo-cli" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.cli-table] version = "0.4.7" [dependencies.crossterm] version = "0.27.0" [dependencies.csv] version = "1.3.0" [dependencies.dirs] version = "5.0.1" [dependencies.fastrand] version = "2.0.1" [dependencies.ratatui] version = "0.25.0" [dependencies.serde] version = "1.0.194" features = ["derive"] [dependencies.sublime_fuzzy] version = "0.7.0" [dependencies.tui-widget-list] version = "0.6.0"