# 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.67.1" name = "lib-tasker" version = "2.2.1" authors = ["Dalia Rojas Vallejo "] description = "Library for Tasker applications" readme = "README.md" keywords = [ "todo", "app", "cli", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/DavoReds/tasker" [dependencies.camino] version = "1.1.7" features = ["serde1"] [dependencies.directories] version = "5.0.1" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.ron] version = "0.8.1" features = ["indexmap"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.str_slug] version = "0.1.3" [dependencies.thiserror] version = "1.0.61" [dependencies.toml] version = "0.8.14" [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"