oxidelake-runtime 0.1.3

OxideLake runtime: OxideSession, Ballista scheduler/executor wrappers and the oxide CLI
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.94.1"
name = "oxidelake-runtime"
version = "0.1.3"
authors = ["Vyncint Ng <vyncint@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OxideLake runtime: OxideSession, Ballista scheduler/executor wrappers and the oxide CLI"
homepage = "https://github.com/vyncint/oxidelake"
documentation = "https://docs.rs/oxidelake-runtime"
readme = "README.md"
keywords = [
    "gpu",
    "arrow",
    "datafusion",
    "lakehouse",
    "cuda",
]
categories = [
    "database-implementations",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/vyncint/oxidelake"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "cuda",
    "predict",
]

[features]
cuda = [
    "oxidelake-device/cuda",
    "oxidelake-memory/cuda",
    "oxidelake-compute/cuda",
]
default = []
io-uring = ["oxidelake-storage/io-uring"]
metal = [
    "oxidelake-device/metal",
    "oxidelake-memory/metal",
    "oxidelake-compute/metal",
]
predict = ["oxidelake-compute/predict"]

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

[[bin]]
name = "oxide"
path = "src/bin/oxide.rs"

[[bin]]
name = "oxide-scheduler"
path = "src/bin/oxide_scheduler.rs"

[[bin]]
name = "oxide-worker"
path = "src/bin/oxide_worker.rs"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.ballista]
version = "54"

[dependencies.ballista-core]
version = "54"

[dependencies.ballista-executor]
version = "54"

[dependencies.ballista-scheduler]
version = "54"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.datafusion]
version = "54"

[dependencies.datafusion-proto]
version = "54"

[dependencies.oxidelake-compute]
version = "0.1.3"

[dependencies.oxidelake-core]
version = "0.1.3"

[dependencies.oxidelake-device]
version = "0.1.3"

[dependencies.oxidelake-memory]
version = "0.1.3"

[dependencies.oxidelake-planner]
version = "0.1.3"

[dependencies.oxidelake-storage]
version = "0.1.3"

[dependencies.oxidelake-tui]
version = "0.1.3"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.arrow]
version = "58"
features = ["prettyprint"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.parquet]
version = "58"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"