[package]
name = "ipasir-loading"
authors = ["Emmanuel Lonca <lonca@cril.fr>"]
license = "GPL-3.0-or-later"
version = "0.1.0"
description = "Load shared libraries of IPASIR compatible SAT solvers."
categories = ["external-ffi-bindings", "science"]
keywords = ["sat", "solver", "satisfiability", "ipasir"]
repository = "https://github.com/crillab/ipasir-loading"
edition = "2021"
rust-version = "1.58.1"
[lints.rust]
missing_docs = "warn"
[lints.clippy]
pedantic = { level = "warn", priority = -1 }
[dependencies]
anyhow = "1.0.93"
libloading = "0.8.5"