# 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 = "cltodo" version = "0.2.0" authors = ["Aloizio Macedo"] exclude = [ "target", "Cargo.lock", ] description = "CLI Todo List." readme = "README.md" categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/AloizioMacedo/cltodo" [profile.dev.package.sqlx-macros] opt-level = 3 [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dotenvy] version = "0.15.6" [dependencies.home] version = "0.5.4" [dependencies.sqlx] version = "0.6" features = [ "runtime-tokio-native-tls", "sqlite", "offline", ] [dependencies.tokio] version = "1" features = ["full"]