[package]
edition = "2021"
name = "kusabira"
version = "0.1.1"
authors = ["Seigo Tanimura <seigo.tanimura@gmail.com>"]
description = "Integrated frontend for C library build and Rust FFI binding generation"
homepage = "https://github.com/altimeter-130ft/kusabira"
readme = "README.md"
keywords = [
"cargo",
"build-script",
"cc",
"bindgen",
]
categories = [
"development-tools::build-utils",
"development-tools::ffi",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/altimeter-130ft/kusabira.git"
[dependencies.bindgen]
version = "0.68"
[dependencies.cc]
version = "1.0"
[dependencies.glob]
version = "0.3"
[dependencies.system-deps]
version = "6.1"