kusabira 0.1.1

Integrated frontend for C library build and Rust FFI binding generation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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