[package]
edition = "2021"
name = "hitaki-sys"
version = "0.7.0"
authors = ["Takashi Sakamoto"]
build = "build.rs"
links = "hitaki"
exclude = ["Gir.toml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings for hitaki library"
homepage = "https://alsa-project.github.io/gobject-introspection-docs/"
documentation = "https://docs.rs/hitaki-sys/"
readme = "README.md"
keywords = [
"ieee1394",
"firewire",
"alsa",
"glib",
"ffi",
]
categories = [
"external-ffi-bindings",
"hardware-support",
"os::linux-apis",
]
license = "MIT"
repository = "https://github.com/alsa-project/hitaki-rs/"
resolver = "1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]
[package.metadata.system-deps.hitaki]
name = "hitaki"
version = "0.2"
[features]
[lib]
name = "hitaki_sys"
path = "src/lib.rs"
[[test]]
name = "abi"
path = "tests/abi.rs"
[dependencies.glib-sys]
version = "0.21"
[dependencies.gobject-sys]
version = "0.21"
[dependencies.libc]
version = "0.2"
[dev-dependencies.shell-words]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.12"
[build-dependencies.pkg-config]
version = "0.3"
[build-dependencies.system-deps]
version = "7.0"