cudf 0.3.1

Safe Rust bindings for NVIDIA libcudf -- GPU-accelerated DataFrame operations
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.85"
name = "cudf"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for NVIDIA libcudf -- GPU-accelerated DataFrame operations"
readme = "README.md"
keywords = [
    "gpu",
    "cuda",
    "dataframe",
    "arrow",
    "rapids",
]
categories = [
    "science",
    "api-bindings",
]
license = "Apache-2.0 OR MIT"
resolver = "2"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"

[features]
arrow-interop = [
    "dep:arrow",
    "dep:arrow-schema",
    "dep:arrow-array",
    "dep:arrow-buffer",
]
default = ["arrow-interop"]
gpu-tests = []

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

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

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

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

[dependencies.arrow]
version = "54"
features = [
    "ipc",
    "ffi",
]
optional = true
default-features = false

[dependencies.arrow-array]
version = "54"
optional = true

[dependencies.arrow-buffer]
version = "54"
optional = true

[dependencies.arrow-schema]
version = "54"
optional = true

[dependencies.cudf-cxx]
version = "0.3.0"

[dependencies.cxx]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.arrow]
version = "54"
features = [
    "ipc",
    "ffi",
]
default-features = false