obzenflow_core 0.2.4

Core domain layer for ObzenFlow - pure abstractions with minimal dependencies
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"
rust-version = "1.93.0"
name = "obzenflow_core"
version = "0.2.4"
build = false
include = [
    "/src/**/*.rs",
    "/src/**/README.md",
    "/Cargo.toml",
    "/README.md",
    "/TRADEMARKS.md",
    "/LICENSE-MIT",
    "/LICENSE-APACHE",
    "/NOTICE",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core domain layer for ObzenFlow - pure abstractions with minimal dependencies"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/obzenflow/obzenflow"

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

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

[dependencies.bytes]
version = "1.11.1"

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

[dependencies.futures-core]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.obzenflow_core_derive]
version = "=0.2.4"

[dependencies.ring]
version = "0.17"

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

[dependencies.serde_json]
version = "1"
features = ["float_roundtrip"]

[dependencies.serde_path_to_error]
version = "0.1"

[dependencies.strum_macros]
version = "0.28"

[dependencies.thiserror]
version = "1"

[dependencies.ulid]
version = "1"
features = ["serde"]

[dependencies.url]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]