# 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 = "rust-todos" version = "1.0.0" authors = ["Aidan Wallace "] description = "A simple rust cli tool for managing todos" homepage = "https://github.com/aidan-wallace/rust-todos" readme = "readme.md" keywords = [ "todo", "todos", "cli", ] license = "MIT" repository = "https://github.com/aidan-wallace/rust-todos" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dotenv] version = "0.15.0" [dependencies.home] version = "0.5.9" [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] [dependencies.tokio] version = "1" features = ["full"]