# 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 = "toado" version = "0.12.5" description = "A simple interactive task and project manager for the command line" readme = "README.md" license = "MIT" repository = "https://github.com/maxcaplan/toado" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.regex] version = "1.10.4" [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] [dependencies.serde] version = "1.0.203" [dependencies.serde_derive] version = "1.0.203" [dependencies.toml] version = "0.8.13"