# 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 = "suaide" version = "0.1.0" authors = ["Naaman "] description = "A simple CLI app to track todos and tasks within the terminal." homepage = "https://github.com/naamancurtis/suaide" readme = "readme.md" keywords = ["cli", "tasks", "todo", "tracker", "standup"] categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/naamancurtis/suaide" [dependencies.chrono] version = "0.4.15" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.1" [dependencies.colored] version = "2.0.0" [dependencies.config] version = "0.10.1" [dependencies.confy] version = "0.4.0" [dependencies.dialoguer] version = "0.6.2" [dependencies.diesel] version = "1.4.5" features = ["sqlite"] [dependencies.diesel_migrations] version = "1.4.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.shellexpand] version = "2.0.0" [dependencies.thiserror] version = "1.0.20"