ursula-stream 0.5.0-patch1

Durable Streams state machine for Ursula: bucket and stream commands, events, and offset bookkeeping.
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 = "ursula-stream"
version = "0.5.0-patch1"
authors = ["The Ursula contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Durable Streams state machine for Ursula: bucket and stream commands, events, and offset bookkeeping."
homepage = "https://ursula.tonbo.io"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/tonbo-io/ursula"

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

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

[[bench]]
name = "plan_next_cold_flush"
path = "benches/plan_next_cold_flush.rs"
harness = false

[[bench]]
name = "plan_next_cold_flush_alloc"
path = "benches/plan_next_cold_flush_alloc.rs"
harness = false

[dependencies.blake3]
version = "1"

[dependencies.bytes]
version = "1.7"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.setsum]
version = "0.8.0"

[dependencies.slotmap]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.ursula-proto]
version = "=0.5.0-patch1"

[dependencies.ursula-shard]
version = "=0.5.0-patch1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.11.0"

[lints.clippy]
wildcard_imports = "deny"