ordr_core 0.2.0

The core part of `ordr` (which is probably the one you want).
Documentation
[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1.0.140"

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

[dependencies.tokio-util]
version = "0.7.15"

[dependencies.tracing]
version = "0.1"

[lib]
name = "ordr_core"
path = "ordr_core.rs"

[lints.clippy]
pedantic = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The core part of `ordr` (which is probably the one you want)."
edition = "2024"
license = "MIT"
name = "ordr_core"
readme = false
repository = "https://github.com/casperin/ordr"
version = "0.2.0"