# 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 = "2021" name = "eventful" version = "0.2.1" description = "A library for event sourcing in Rust" homepage = "https://github.com/stevewillcock/eventful" documentation = "https://github.com/stevewillcock/eventful" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stevewillcock/eventful" [dependencies.anyhow] version = "1.0.44" [dependencies.async-trait] version = "0.1.68" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.crossbeam] version = "0.8.0" [dependencies.futures-core] version = "0.3.28" [dependencies.log] version = "0.4.20" [dependencies.postcard] version = "1.0.4" features = [ "use-std", "alloc", ] [dependencies.quick_cache] version = "0.4" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.tokio] version = "1.19.2" features = [ "sync", "macros", "rt", ] [dependencies.tracing] version = "0.1.37" [dev-dependencies.strum] version = "0.25.0" features = ["derive"] [dev-dependencies.tokio] version = "1.19.2" features = [ "macros", "sync", "time", ]