opendata-buffer 0.2.0

Stateless object storage buffer library for OpenData systems
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 = "opendata-buffer"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stateless object storage buffer library for OpenData systems"
readme = "README.md"
keywords = [
    "database",
    "buffer",
    "batching",
    "streaming",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/opendata-oss/opendata"
resolver = "2"

[features]
cli = [
    "dep:clap",
    "dep:base64",
    "dep:serde_json",
    "dep:tikv-jemallocator",
]

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

[[bin]]
name = "opendata-buffer"
path = "src/bin/opendata_buffer/main.rs"
required-features = ["cli"]

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.bytes]
version = "1.0"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]
optional = true

[dependencies.common]
version = "0.1.14"
package = "opendata-common"

[dependencies.futures]
version = "0.3"
features = ["std"]

[dependencies.metrics]
version = "0.24"

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

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.serde_with]
version = "3"
features = ["base64"]

[dependencies.slatedb]
version = "0.12.0"

[dependencies.tokio]
version = "1.0"
features = [
    "full",
    "test-util",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.ulid]
version = "1"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "full",
    "test-util",
    "test-util",
]

[target.'cfg(not(target_env = "msvc"))'.dependencies.tikv-jemallocator]
version = "0.6"
optional = true