# 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 = "delphea" version = "0.2.1" authors = ["wych(witch) "] description = "A tool to help with decision paralysis." homepage = "https://github.com/wychwitch/delphea-cli-rust" readme = "README.md" keywords = [ "cli", "productivity", "organization", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/wychwitch/delphea-cli-rust" [dependencies.clap] version = "4.2.5" features = [ "cargo", "derive", ] [dependencies.console] version = "0.15.5" [dependencies.crossterm] version = "0.25" [dependencies.dialoguer] version = "0.10.4" [dependencies.enum-iterator] version = "1.2.0" [dependencies.home] version = "0.5.4" [dependencies.indicatif] version = "0.17.3" [dependencies.log] version = "0.4" [dependencies.preferences] version = "1.1.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_derive] version = "0.1" [dependencies.rand_derive2] version = "0.1.18" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.tui] version = "0.19"