Viewing: Cargo.toml

[package]
authors.workspace = true
categories = ["external-ffi-bindings", "filesystem"]
description = "Raw FFI bindings for Lustre's lustreapi library"
edition.workspace = true
keywords = ["lustre", "filesystem", "ffi", "hpc"]
license.workspace = true
name = "lustreapi-sys"
repository.workspace = true
version.workspace = true

links = "lustreapi"

[dependencies]
libc.workspace = true

[build-dependencies]
bindgen.workspace = true
cc.workspace = true
lu-version = { version = "0.3.0", path = "../lu-version" }


[lints.clippy]
missing_safety_doc = "allow"

[features]
LUSTRE_2_14 = []
LUSTRE_2_15 = []
LUSTRE_2_16 = []
LUSTRE_2_17 = []
LUSTRE_2_18 = []