# 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 = "rusty_tasks" version = "0.2.2" authors = ["Brighton Cox "] description = "Your own terminal todo-list" homepage = "https://github.com/TheEmeraldBee/RustyTasks" readme = "README.md" keywords = [ "cli", "to-do", "terminal", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/TheEmeraldBee/RustyTasks" [[bin]] name = "rt" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.prettytable] version = "0.10.0" [dependencies.rand] version = "0.8.5" [dependencies.sqlx] version = "0.6.3" features = [ "sqlite", "runtime-tokio-rustls", "offline", ] [dependencies.termimad] version = "0.23.0" [dependencies.textwrap] version = "0.16.0" [dependencies.tokio] version = "1.28.2" features = ["full"]