# 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 = "term_do" version = "0.7.0" exclude = [".idea/*"] description = "This is a small terminal tool for tracking tasks and also my first project! It is simple, but hope it is as helpful for other people as it is for me." documentation = "https://docs.rs/term_do" readme = "README.md" keywords = [ "task", "task-list", "terminal", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-1.0-or-later" repository = "https://github.com/bovacu/Term-do-rs" resolver = "2" [dependencies.crossterm] version = "0.23" [dependencies.rust-ini] version = "0.18" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.tui] version = "0.18" [dependencies.unicode-width] version = "0.1.7"