riskless 0.7.3

A pure Rust implementation of Diskless Topics
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 = "riskless"
version = "0.7.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust implementation of Diskless Topics"
readme = "README.md"
license = "MIT / Apache-2.0"
repository = "https://github.com/ilikepi63/riskless"

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

[[example]]
name = "concurrent"
path = "examples/concurrent.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

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

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

[dependencies.bytes]
version = "1.10.1"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.object_store]
version = "0.12"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.tracing-test]
version = "0.2.5"
features = ["no-env-filter"]

[dependencies.uuid]
version = "1.16"
features = ["v4"]