statehouse-core 0.1.0

Strongly consistent state and memory engine for AI agents
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 = "statehouse-core"
version = "0.1.0"
authors = ["Statehouse Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Strongly consistent state and memory engine for AI agents"
homepage = "https://statehouse.dev"
documentation = "https://statehouse.dev"
readme = false
license-file = "LICENSE.md"
repository = "https://github.com/statehouse-dev/statehouse"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.rocksdb]
version = "0.22"
features = ["snappy"]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.statehouse-proto]
version = "0.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.10"
features = [
    "v4",
    "serde",
]

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