commonware-runtime 0.0.19

Execute asynchronous tasks with a configurable scheduler.
Documentation
[dependencies.bytes]
version = "1.7.1"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.commonware-macros]
version = "0.0.13"

[dependencies.commonware-utils]
version = "0.0.14"

[dependencies.futures]
version = "0.3.30"

[dependencies.governor]
version = "0.6.3"

[dependencies.prometheus-client]
version = "0.22.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "1.0.63"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.tracing-subscriber]
version = "0.3.18"

[lib]
bench = false
crate-type = ["rlib", "cdylib"]
name = "commonware_runtime"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Execute asynchronous tasks with a configurable scheduler."
documentation = "https://docs.rs/commonware-runtime"
edition = "2021"
homepage = "https://commonware.xyz"
license = "MIT OR Apache-2.0"
name = "commonware-runtime"
publish = true
readme = "README.md"
repository = "https://github.com/commonwarexyz/monorepo/tree/main/runtime"
version = "0.0.19"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["full"]
version = "1.40.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
version = "0.2.15"