azoth-file-log 0.2.4

File-based event log for Azoth
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 = "2021"
name = "azoth-file-log"
version = "0.2.4"
authors = ["johnny <johnny@empyrealsdk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File-based event log for Azoth"
homepage = "https://github.com/empyrealapp/azoth"
documentation = "https://docs.rs/azoth"
readme = false
keywords = [
    "database",
    "event-sourcing",
    "embedded",
    "kv-store",
    "lmdb",
]
categories = [
    "database-implementations",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/empyrealapp/azoth"

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

[dependencies.azoth-core]
version = "0.2.4"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "sync",
    "macros",
    "sync",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]