[package]
edition = "2024"
rust-version = "1.85"
name = "cartan-gpu-sys"
version = "0.5.1"
build = "build.rs"
links = "vkfft"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to VkFFT (vendored). Internal to the cartan-gpu stack."
readme = "README.md"
keywords = [
"cryo-em",
"fft",
"vulkan",
"vkfft",
"ffi",
]
categories = [
"external-ffi-bindings",
"science",
]
license = "MIT"
repository = "https://github.com/alejandro-soto-franco/cartan"
[lib]
name = "cartan_gpu_sys"
path = "src/lib.rs"
doctest = false
[build-dependencies.bindgen]
version = "0.71"
[build-dependencies.cc]
version = "1.1"
[build-dependencies.pkg-config]
version = "0.3"
[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 4