blob: 62d04eab94d1d08d2cababca6e807fc56588162c [file] [log] [blame]
[package]
name = "hinoko"
edition = "2018"
version = "0.0.90"
# For publishing.
authors = ["Takashi Sakamoto"]
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
description = "API bindings for hinoko library"
documentation = "https://docs.rs/hinoko/"
exclude = ["Gir.toml"]
homepage = "https://alsa-project.github.io/gobject-introspection-docs/"
keywords = ["ieee1394", "firewire", "linux", "glib"]
license = "MIT"
repository = "https://github.com/takaswie/hinoko-rs/"
[lib]
name = "hinoko"
[dependencies]
libc = "0.2"
bitflags = "1.0"
glib = "0.15"
ffi = {package = "hinoko-sys", path = "../hinoko-sys", version = "0.0.90"}
[dev-dependencies]
gir-format-check = "^0.1"
once_cell = "1.5"