cujson-sys 0.1.3

Raw FFI bindings to cuJSON, compiled with nvcc when the `cuda` feature is on
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 = "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