nodedb-array 0.2.1

Shared ND sparse array engine (coordinate-tuple indexed, tile-based) for NodeDB Origin and Lite
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.94"
name = "nodedb-array"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared ND sparse array engine (coordinate-tuple indexed, tile-based) for NodeDB Origin and Lite"
homepage = "https://nodedb.dev"
documentation = "https://docs.rs/nodedb-array"
readme = "README.md"
keywords = [
    "array",
    "ndarray",
    "sparse",
    "tiledb",
    "scientific",
]
categories = [
    "science",
    "database-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/NodeDB-Lab/nodedb"
resolver = "2"

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

[dependencies.crc32c]
version = "0.6"

[dependencies.loro]
version = "=1.10.8"

[dependencies.nodedb-codec]
version = "0.2"

[dependencies.nodedb-types]
version = "0.2"

[dependencies.nodedb-wal]
version = "0.2"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v7",
    "serde",
    "js",
]

[dependencies.zerompk]
version = "0.5"
features = [
    "std",
    "derive",
]

[dev-dependencies.serde_json]
version = "1"