[build-dependencies.autotools]
version = "0.2.7"
[build-dependencies.bindgen]
version = "0.71.1"
[features]
bundle = ["link_static"]
default = ["bundle"]
link_static = []
[lib]
name = "jerasure_sys"
path = "src/lib.rs"
[package]
authors = ["Lokyin ZHAO <lokyinzhao.work@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "external-ffi-bindings"]
description = "FFI bindings to the jerasure and gf-complete library"
edition = "2024"
exclude = ["vendor/gf-complete/manual/*", "vendor/jerasure/Manual.pdf"]
keywords = ["jerasure", "gf-complete", "ffi", "bindings"]
license = "MIT"
name = "jerasure-sys"
readme = "README.md"
repository = "https://github.com/LokyinZHAO/jerasure-sys"
version = "1.0.2"