aidale-layer 0.1.0

Built-in layers for Aidale (logging, retry, caching, etc.)
Documentation
[dependencies.aidale-core]
version = "0.1.0"

[dependencies.async-stream]
version = "0.3"

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

[dependencies.dashmap]
version = "6.1.0"

[dependencies.futures]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
features = ["full"]
version = "1.35"

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1.35"

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

[package]
authors = ["hanxuanliang"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "Built-in layers for Aidale (logging, retry, caching, etc.)"
documentation = "https://docs.rs/aidale"
edition = "2021"
homepage = "https://github.com/hanxuanliang/aidale"
keywords = ["ai", "llm", "openai", "sdk", "async"]
license = "MIT OR Apache-2.0"
name = "aidale-layer"
readme = "README.md"
repository = "https://github.com/hanxuanliang/aidale"
rust-version = "1.75"
version = "0.1.0"