# 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 = "ora-worker" version = "0.4.2" publish = true description = "Part of the Ora scheduler framework." license = "MIT OR Apache-2.0" [dependencies.async-trait] version = "0.1.71" [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3.28" [dependencies.ora-common] version = "^0.1.2" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.193" optional = true [dependencies.serde_json] version = "1.0.108" optional = true [dependencies.thiserror] version = "1.0.43" [dependencies.time] version = "0.3.30" features = [ "serde", "serde-well-known", ] optional = true [dependencies.tokio] version = "1.29.1" features = [ "sync", "time", "rt", "macros", ] [dependencies.tokio-util] version = "0.7.8" [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.4.0" features = ["v4"] [features] default = ["registry"] registry = [ "dep:time", "dep:serde", "dep:serde_json", ]