# 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 = "2018" name = "json-job-dispatch" version = "3.0.2" authors = ["Ben Boeckel "] description = """ Dispatch jobs described by JSON files and sort them according to their status. """ documentation = "https://docs.rs/json-job-dispatch/~3.0" readme = "README.md" keywords = [ "events", "task", ] license = "MIT/Apache-2.0" repository = "https://gitlab.kitware.com/utils/rust-json-job-dispatch" [dependencies.async-trait] version = "~0.1.9" [dependencies.chrono] version = "~0.4.20" features = ["clock"] default-features = false [dependencies.futures] version = "~0.3" [dependencies.futures-core] version = "~0.3" [dependencies.inotify] version = "~0.10" [dependencies.itertools] version = "~0.10" [dependencies.log] version = "~0.4.4" [dependencies.pin-project-lite] version = "0.2.4" [dependencies.rand] version = "~0.8" [dependencies.rust-lzma] version = "~0.5.1" [dependencies.serde] version = "^1.0" [dependencies.serde_json] version = "^1.0.25" [dependencies.tar] version = "~0.4.36" [dependencies.tempfile] version = "^3.4.0" [dependencies.thiserror] version = "^1.0.2" [dependencies.tokio] version = "^1.18.5" features = [ "process", "rt", "rt-multi-thread", ] [target."cfg(unix)".dev-dependencies.libc] version = "~0.2"