eventcore-examples 0.6.0

Integration tests and example applications for EventCore
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 = "eventcore-examples"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integration tests and example applications for EventCore"
readme = false
license = "MIT"
repository = "https://github.com/jwilger/eventcore"
resolver = "2"

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

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

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

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

[dependencies]

[dev-dependencies.nutype]
version = "0.6.2"
features = ["serde"]

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
]

[dev-dependencies.uuid]
version = "1.19.0"
features = ["v7"]

[lints.rust]
warnings = "deny"