# 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 = "minimal-eventstore" version = "0.1.2" description = "Hobby project SQLite backed event sourcing store" homepage = "https://github.com/daemonfire300/eventstore-rs" readme = "README.md" keywords = [ "event-sourcing", "sqlite", ] categories = ["database"] license = "MIT" repository = "https://github.com/daemonfire300/eventstore-rs" [lib] name = "eventstore" [dependencies.env_logger] version = "0.10.0" [dependencies.r2d2] version = "0.8.10" [dependencies.r2d2_sqlite] version = "0.21.0" [dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.test-log] version = "0.2.11" features = ["trace"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "default", "env-filter", ] [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "serde", ]