[package]
edition = "2024"
rust-version = "1.85"
name = "cujson-sys"
version = "0.1.3"
authors = ["Louis Maddox <louismmx@gmail.com>"]
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"
homepage = "https://github.com/lmmx/cuJSON-rs"
documentation = "https://docs.rs/cujson-sys"
readme = "README.md"
keywords = [
"json",
"jsonl",
"parser",
"gpu",
"cuda",
]
categories = [
"external-ffi-bindings",
"parser-implementations",
"hardware-support",
]
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