# 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 = "quartz_sched" version = "0.1.11" authors = ["Milad (Mike) Taghavi "] exclude = [".gitignore"] description = "Minimalistic scheduling library for Rust" homepage = "https://github.com/mitghi/quartz.rs" documentation = "https://docs.rs/quartz_sched/" readme = "README.md" keywords = [ "job-scheduler", "scheduler", "background-jobs", "crossbeam", ] categories = [ "concurrency", "asynchronous", "algorithms", ] license = "MIT" repository = "https://github.com/mitghi/quartz.rs" resolver = "2" [dependencies.crossbeam] version = "0.8.1" [dependencies.priority-queue] version = "1.2.2" [dependencies.threadpool-crossbeam-channel] version = "1.8.0"