reifydb-core 0.3.0

Core database interfaces and data structures for ReifyDB
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"
name = "reifydb-core"
version = "0.3.0"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core database interfaces and data structures for ReifyDB"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

[features]
default = []

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

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

[dependencies.bigdecimal]
version = "0.4.8"
features = ["serde"]

[dependencies.crossbeam-skiplist]
version = "0.1.3"

[dependencies.dashmap]
version = "7.0.0-rc2"

[dependencies.indexmap]
version = "2.11"
features = ["serde"]

[dependencies.num-bigint]
version = "0.4.6"
features = ["serde"]

[dependencies.num-traits]
version = "0.2.19"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.paste]
version = "1.0"

[dependencies.reifydb-runtime]
version = "0.3.0"

[dependencies.reifydb-type]
version = "0.3.0"

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "rc",
]

[dependencies.serde_bytes]
version = "0.11.17"

[dependencies.tracing]
version = "0.1.43"

[dependencies.uuid]
version = "1.19"
features = [
    "v4",
    "v7",
    "serde",
    "std",
    "js",
]
default-features = false

[build-dependencies.reifydb-build]
version = "0.3.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures-util]
version = "0.3.31"
features = ["sink"]