[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"