gpufft-vulkan-sys 0.1.0

Raw FFI bindings to VkFFT (vendored). Internal plumbing for gpufft.
# 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 = "gpufft-vulkan-sys"
version = "0.1.0"
authors = ["Alejandro Soto Franco <sotofranco.eng@gmail.com>"]
build = "build.rs"
links = "gpufft_vkfft"
include = [
    "/src/**/*",
    "/wrapper.h",
    "/vkfft_shim.c",
    "/build.rs",
    "/vendor/VkFFT/LICENSE",
    "/vendor/VkFFT/vkFFT/**/*",
    "/vendor/VkFFT/half_lib/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to VkFFT (vendored). Internal plumbing for gpufft."
homepage = "https://github.com/alejandro-soto-franco/gpufft"
readme = false
keywords = [
    "fft",
    "vulkan",
    "vkfft",
    "ffi",
    "gpu",
]
categories = [
    "external-ffi-bindings",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/alejandro-soto-franco/gpufft"
resolver = "2"

[lib]
name = "gpufft_vulkan_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"

[lints.clippy]
missing_safety_doc = "warn"
ptr_as_ptr = "warn"
ref_as_ptr = "warn"
undocumented_unsafe_blocks = "warn"

[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "warn"