oefpil-sys 0.3.1

Rust FFI bindings to statically linked C/Fortran library OEFPIL
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.72.1"

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

[dependencies.libc]
version = "0.2.177"

[dependencies.special]
version = "0.11.4"

[features]
built-in = []

[lib]
name = "oefpil_sys"
path = "src/lib.rs"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing-docs = "forbid"

[lints.rustdoc]
broken-intra-doc-links = "forbid"

[package]
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "algorithms", "mathematics", "science"]
description = "Rust FFI bindings to statically linked C/Fortran library OEFPIL"
documentation = "https://docs.rs/oefpil-sys"
edition = "2024"
include = ["src/**", "build.rs", "Cargo.toml", "README.md", "RELEASES.md", "LICENSE-*"]
keywords = ["function-fitting", "nonlinear-regression", "optimization-problem", "covariance-matrix", "error-propagation"]
license = "MIT OR Apache-2.0"
links = "oefpil"
name = "oefpil-sys"
readme = "README.md"
repository = "https://github.com/qu1x/oefpil"
rust-version = "1.85.0"
version = "0.3.1"