# 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" rust-version = "1.70.0" name = "tasker-cli" version = "2.2.1" authors = ["Dalia Rojas Vallejo "] description = "A To-Do CLI application for managing your daily Tasks." readme = "README.md" keywords = [ "todo", "app", "cli", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/DavoReds/tasker" [package.metadata.wix] eula = false license = false path-guid = "7FB6F14F-4A12-4546-BB88-8AEDA4773F57" upgrade-guid = "84834A60-D585-4FFF-BD7C-05CE61FB8A52" [dependencies.anyhow] version = "1.0.86" [dependencies.camino] version = "1.1.7" features = ["serde1"] [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.itertools] version = "0.13.0" [dependencies.lib-tasker] version = "2.2.1" [dependencies.owo-colors] version = "4.0.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.toml] version = "0.8.14" [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"