diode 0.2.0

Core diode library
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 = "2024"
name = "diode"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core diode library"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/udovin/diode-rs"

[features]
default = ["macros"]
macros = ["dep:diode-macros"]

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

[[test]]
name = "app"
path = "tests/app.rs"

[[test]]
name = "macros"
path = "tests/macros.rs"

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

[dependencies.dashmap]
version = "6"

[dependencies.diode-macros]
version = "0.2"
optional = true

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