| [package] |
| name = "hinoko" |
| edition = "2018" |
| version = "0.1.0" |
| # 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/" |
| [package.metadata.docs.rs] |
| features = ["dox"] |
| |
| [lib] |
| name = "hinoko" |
| |
| [dependencies] |
| libc = "0.2" |
| bitflags = "1.0" |
| glib = "0.15" |
| ffi = {package = "hinoko-sys", path = "../hinoko-sys", version = "0.1.0"} |
| |
| [dev-dependencies] |
| gir-format-check = "^0.1" |
| once_cell = "1.5" |
| |
| [features] |
| # To suppress linking to C library to generate documentation. |
| dox = ["ffi/dox", "glib/dox"] |