[dependencies.ahash]
version = "0.8.11"
[dependencies.async-stream]
version = "0.3.6"
[dependencies.async-trait]
version = "0.1.83"
[dependencies.cronexpr]
version = "1.1.2"
[dependencies.eyre]
version = "0.6.12"
[dependencies.flume]
version = "0.11.1"
[dependencies.futures]
version = "0.3.31"
[dependencies.indexmap]
version = "2.7.0"
[dependencies.ora-proto]
version = "0.2.0"
[dependencies.parking_lot]
version = "0.12.3"
[dependencies.prost]
version = "0.13.4"
[dependencies.schemars]
version = "0.8.21"
[dependencies.serde]
features = []
version = "1.0.216"
[dependencies.serde_json]
version = "1.0.133"
[dependencies.thiserror]
version = "2.0.7"
[dependencies.tokio]
features = ["macros"]
version = "1.42.0"
[dependencies.tokio-util]
version = "0.7.13"
[dependencies.tonic]
version = "0.12.3"
[dependencies.tracing]
version = "0.1.41"
[dependencies.uuid]
features = ["v4", "v7"]
version = "1.11.0"
[dependencies.wgroup]
version = "0.1.0"
[lib]
name = "ora_client"
path = "src/lib.rs"
[lints.clippy]
default_trait_access = "allow"
empty_docs = "allow"
ignored_unit_patterns = "allow"
map_unwrap_or = "allow"
match_wildcard_for_single_variants = "allow"
missing_errors_doc = "allow"
module_name_repetitions = "allow"
needless_pass_by_value = "allow"
needless_raw_string_hashes = "allow"
no_effect_underscore_binding = "allow"
ref_option_ref = "allow"
should_panic_without_expect = "allow"
similar_names = "allow"
single_match = "allow"
single_match_else = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
type_repetition_in_bounds = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Part of the Ora scheduler framework."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ora-client"
publish = true
readme = false
repository = "https://github.com/tamasfe/ora/tree/master"
version = "0.11.2"