reifydb-sub-api 0.3.0

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

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

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

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

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

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

[dev-dependencies]