# 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 = "2018" name = "firewire-fireworks-protocols" version = "0.2.0" authors = ["Takashi Sakamoto"] description = """ Implementation of protocols defined by Echo Digital Audio Corporation for Fireworks board module. """ homepage = "https://alsa-project.github.io/gobject-introspection-docs/" documentation = "https://docs.rs/firewire-fireworks-protocols" readme = "README.md" keywords = [ "alsa", "ieee1394", "firewire", "protocol", ] categories = [ "hardware-support", "multimedia", ] license = "LGPL-3.0-or-later" repository = "https://github.com/alsa-project/snd-firewire-ctl-services" [package.metadata.docs.rs] features = ["dox"] [dependencies.glib] version = "0.15" [dependencies.hinawa] version = "0.7" [dependencies.hitaki] version = "0.3" [features] dox = [ "glib/dox", "hinawa/dox", "hitaki/dox", ]