# 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 = "tasker" version = "0.3.1" authors = ["Daniel M. email:danielmadmon@protonmail.com"] description = "A simple crate for time based tasks" homepage = "https://github.com/DanielMadmon/tasker" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/DanielMadmon/tasker" [dependencies.chrono] version = "0.4.24" [dependencies.cryptex] version = "1.4.0" [dependencies.notify-rust] version = "4.8.0" [dependencies.random-string] version = "1.0.0" [dependencies.rayon] version = "1.7.0" [dependencies.readable-perms] version = "0.1.3" [dependencies.rusqlite] version = "0.29.0" [dependencies.simple-home-dir] version = "0.1.2" [dependencies.sudo] version = "0.6.0" [dependencies.sysinfo] version = "0.29.0" [dependencies.themis] version = "0.14.0"