boson-runtime 0.1.1

Boson worker engine, builder, and enqueue orchestration
Documentation
# 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 = "boson-runtime"
version = "0.1.1"
authors = ["Sean O'Rourke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Boson worker engine, builder, and enqueue orchestration"
homepage = "https://github.com/unified-field-dev/boson"
documentation = "https://docs.rs/boson-runtime"
readme = "README.md"
keywords = [
    "async",
    "jobs",
    "queue",
    "workers",
    "background",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/unified-field-dev/boson"

[package.metadata.docs.rs]
all-features = true

[lib]
name = "boson_runtime"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.boson-core]
version = "0.1.1"

[dependencies.boson-telemetry]
version = "0.1.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.quark]
version = "0.1.1"
package = "uf-quark"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "sync",
    "time",
]

[dev-dependencies.boson-backend-mem]
version = "0.1.1"

[dev-dependencies.boson-macros]
version = "0.1.1"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "sync",
    "time",
    "rt-multi-thread",
    "macros",
]

[lints.clippy]
cognitive_complexity = "warn"
too_many_arguments = "deny"
too_many_lines = "warn"
unnested_or_patterns = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.redundant_field_names]
level = "allow"
priority = 1

[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"