oxidelake-core 0.1.3

OxideLake core types: unified errors, hardware identifiers, buffer layouts, batch streams, telemetry
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-core"
version = "0.1.3"
authors = ["Vyncint Ng <vyncint@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OxideLake core types: unified errors, hardware identifiers, buffer layouts, batch streams, telemetry"
homepage = "https://github.com/vyncint/oxidelake"
documentation = "https://docs.rs/oxidelake-core"
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"

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

[dependencies.datafusion]
version = "54"

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

[dependencies.thiserror]
version = "2"

[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"