ave-actors-sqlite 0.3.0

Ave actor model
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 = "2024"
rust-version = "1.90.0"
name = "ave-actors-sqlite"
version = "0.3.0"
authors = ["Averiun Ledger, SL <info@averiun.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ave actor model"
homepage = "https://averiun.com"
readme = "README.md"
keywords = [
    "traceability",
    "actor-system",
    "Averiun",
    "sustainability",
]
license = "Apache-2.0"
repository = "https://github.com/Averiun-Ledger/ave-actors"
resolver = "2"

[features]
export-sqlite = []
sqlite = []

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

[[test]]
name = "sqlite_simple_tests"
path = "tests/sqlite_simple_tests.rs"

[dependencies.ave-actors-store]
version = "0.4.0"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.rusqlite]
version = "0.38.0"
features = ["bundled"]

[dependencies.tracing]
version = "0.1.44"

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