cartan-gpu-sys 0.5.1

Raw FFI bindings to VkFFT (vendored). Internal to the cartan-gpu stack.
# 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 = "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