[package]
edition = "2024"
rust-version = "1.85"
name = "cujson-sys"
version = "0.1.0"
build = "build.rs"
links = "cujson"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to cuJSON, compiled with nvcc when the `cuda` feature is on"
readme = false
license = "MIT"
repository = "https://github.com/lmmx/cuJSON-rs"
[features]
cuda = ["dep:cudaforge"]
[lib]
name = "cujson_sys"
path = "src/lib.rs"
[[test]]
name = "layout"
path = "tests/layout.rs"
[[test]]
name = "lines_chunks"
path = "tests/lines_chunks.rs"
[build-dependencies.cudaforge]
version = "=0.1.6"
optional = true