# 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 = "finish-it" version = "0.1.0" description = "A TUI application to track whatever is that you would actually like to finish after starting." readme = "README.md" keywords = [ "tui", "sqlite", "progress-tracker", ] license = "GPL-3.0" repository = "https://github.com/nullscry/finish-it" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossterm] version = "0.25" features = ["serde"] [dependencies.rand] version = "0.7.3" features = ["std"] default-features = false [dependencies.rusqlite] version = "0.28.0" features = [ "bundled", "chrono", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tui] version = "0.19.0" features = [ "crossterm", "serde", ] default-features = false [dependencies.tui-textarea] version = "0.2.0"