# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "todo-rs" version = "1.3.1" authors = ["Khue Nguyen "] description = "Text-based user interface utility to manage todo list" homepage = "https://github.com/Z5483/todo-rs" documentation = "https://github.com/Z5483/todo-rs" readme = "README.md" keywords = ["todo", "tui", "terminal"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Z5483/todo-rs" [profile.release] lto = true [dependencies.anyhow] version = "1.0.40" [dependencies.better-panic] version = "0.2.0" [dependencies.chrono] version = "0.4.19" [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.crossterm] version = "0.19.0" [dependencies.dirs-next] version = "2.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_yaml] version = "0.8.17" [dependencies.structopt] version = "0.3.21" [dependencies.tui] version = "0.15.0" features = ["crossterm", "serde"] default-features = false