kmp-embedded 0.1.6

Embedded edition composition root: the KMP kernel in-process over the redb store
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.97"
name = "kmp-embedded"
version = "0.1.6"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded edition composition root: the KMP kernel in-process over the redb store"
readme = "README.md"
keywords = [
    "kmp",
    "embedded",
    "memory",
    "context",
    "redb",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/underpass-ai/kmp"

[features]
default = []
sqlite = ["kmp-adapter-embedded/sqlite"]

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

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

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

[dependencies.kmp-adapter-embedded]
version = "0.1.6"

[dependencies.kmp-application]
version = "0.1.6"

[dependencies.kmp-domain]
version = "0.1.6"

[dependencies.kmp-memory-api]
version = "0.1.6"

[dependencies.kmp-observability]
version = "0.1.6"
default-features = false

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

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
    "time",
]

[lints.clippy]
dbg_macro = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"