spacedb-sdk 0.5.2

SpaceDB developer SDK — the one surface a developer picks up: an offline-first local replica with a per-field schema (CRDT type + consistency tier), mID-authorized + budgeted ops that each return their honest achieved consistency, reactive queries, and CRDT sync. Composes the whole SpaceDB stack. Phase 1 SpaceDB Mission, M8.
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 = "spacedb-sdk"
version = "0.5.2"
authors = ["Mata Network"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SpaceDB developer SDK — the one surface a developer picks up: an offline-first local replica with a per-field schema (CRDT type + consistency tier), mID-authorized + budgeted ops that each return their honest achieved consistency, reactive queries, and CRDT sync. Composes the whole SpaceDB stack. Phase 1 SpaceDB Mission, M8."
homepage = "https://www.mata.network/"
documentation = "https://docs.rs/spacedb-sdk"
readme = "README.md"
keywords = [
    "database",
    "crdt",
    "local-first",
    "offline-first",
    "sdk",
]
categories = [
    "database",
    "database-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Remade-With-Rust/spacedb"

[features]
default = ["rusty-alloc"]
rusty-alloc = ["dep:rusty_alloc-api"]
secure = [
    "rusty-alloc",
    "rusty_alloc-api/secure",
]

[lib]
name = "spacedb_sdk"
crate-type = ["rlib"]
path = "src/lib.rs"

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

[dependencies.rusty_alloc-api]
version = "=0.4.0"
optional = true

[dependencies.spacedb-access]
version = "0.5.2"

[dependencies.spacedb-consistency]
version = "0.5.2"

[dependencies.spacedb-crdt]
version = "0.5.2"

[dependencies.spacedb-meter]
version = "0.5.2"

[dependencies.thiserror]
version = "1"