reifydb-sdk 0.9.0

SDK for building ReifyDB operators, procedures, transforms and more
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-sdk"
version = "0.9.0"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SDK for building ReifyDB operators, procedures, transforms and more"
readme = false
license = "Apache-2.0"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

[features]
default = ["host"]
host = [
    "dep:reifydb-codec",
    "dep:reifydb-flow",
    "dep:bumpalo",
    "dep:reifydb-core",
    "dep:reifydb-runtime",
    "dep:reifydb-value",
    "dep:postcard",
    "dep:rand",
    "dep:serde",
    "dep:reifydb-macro",
    "dep:tracing",
    "dep:uuid",
]

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

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

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

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

[dependencies.bumpalo]
version = "3.20.3"
features = [
    "collections",
    "boxed",
]
optional = true

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]
optional = true

[dependencies.rand]
version = "0.10"
optional = true

[dependencies.reifydb-codec]
version = "0.9.0"
optional = true

[dependencies.reifydb-core]
version = "0.9.0"
optional = true

[dependencies.reifydb-flow]
version = "0.9.0"
optional = true

[dependencies.reifydb-macro]
version = "0.9.0"
optional = true

[dependencies.reifydb-runtime]
version = "0.9.0"
optional = true

[dependencies.reifydb-value]
version = "0.9.0"
optional = true

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.tracing]
version = "0.1.44"
optional = true

[dependencies.uuid]
version = "1.23.2"
features = [
    "serde",
    "std",
]
optional = true
default-features = false

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