reifydb-runtime 0.3.0

Runtime infrastructure 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"
rust-version = "1.92.0"
name = "reifydb-runtime"
version = "0.3.0"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime infrastructure for ReifyDB"
homepage = "https://reifydb.com"
readme = "readme.md"
license = "AGPL-3.0-or-later"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

[features]
default = []

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

[dependencies.cfg-if]
version = "1.0"

[dependencies.futures-util]
version = "0.3.31"
features = ["sink"]

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

[dependencies.tracing]
version = "0.1.43"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.crossbeam-channel]
version = "0.5.13"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dashmap]
version = "7.0.0-rc2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.parking_lot]
version = "0.12.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rayon]
version = "1.11.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "net",
    "sync",
    "macros",
    "time",
    "tracing",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.85"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.108"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.58"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3.85"
features = ["Window"]