# 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-test" version = "0.4.0" publish = true description = "Part of the Ora scheduler framework." license = "MIT OR Apache-2.0" [dependencies.async-trait] version = "0.1.72" [dependencies.eyre] version = "0.6.8" [dependencies.ora-api] version = "^0.4.0" [dependencies.ora-client] version = "^0.3.0" [dependencies.ora-common] version = "^0.1.2" [dependencies.ora-worker] version = "^0.4.2" [dependencies.tokio] version = "1.29.1" features = [ "rt", "time", ] [dependencies.tokio-util] version = "0.7.8" [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.serde] version = "1.0.180" features = ["derive"] [dev-dependencies.tokio] version = "1.29.1" features = [ "rt", "time", "macros", ] [dev-dependencies.uuid] version = "1.4.1" features = [ "v4", "serde", ]