snaphu-sys 0.1.2

Low-level Rust bindings to the SNAPHU C library
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"
name = "snaphu-sys"
version = "0.1.2"
authors = ["Vinícius Freitas <vinifreitas.d.a@gmail.com>"]
build = "build.rs"
links = "snaphu"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level Rust bindings to the SNAPHU C library"
homepage = "https://github.com/vini-fda/snaphu-sys"
documentation = "https://docs.rs/snaphu-sys"
readme = "README.md"
keywords = [
    "ffi",
    "bindings",
    "snaphu",
    "insar",
    "sar",
]
categories = [
    "external-ffi-bindings",
    "science",
    "mathematics",
]
license-file = "LICENSE"
repository = "https://github.com/vini-fda/snaphu-sys"

[lib]
name = "snaphu_sys"
crate-type = ["rlib"]
path = "src/lib.rs"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1.0"