rsclaw-store 0.1.0

Store crate for RsClaw — internal workspace crate, not for direct use
# 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"
rust-version = "1.91"
name = "rsclaw-store"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Store crate for RsClaw — internal workspace crate, not for direct use"
readme = false
license = "MIT OR Apache-2.0"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.md-5]
version = "0.10"

[dependencies.redb]
version = "4.1"

[dependencies.redb_legacy]
version = "2.6"
package = "redb"

[dependencies.rsclaw-config]
version = "0.1.0"

[dependencies.rsclaw-events]
version = "0.1.0"

[dependencies.rsclaw-i18n]
version = "0.1.0"

[dependencies.rsclaw-platform]
version = "0.1.0"

[dependencies.rsclaw-types]
version = "0.1.0"

[dependencies.rsclaw-util]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.tantivy]
version = "0.22"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

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