[package] edition = "2018" name = "ta1394-avc-ccm" version = "0.2.0" # For publishing. authors = ["Takashi Sakamoto"] categories = ["embedded", "hardware-support", "multimedia", "encoding"] description = """ A pure-Rust implementation of AV/C commands for connection and compatibility management defined by 1394 Trading Association """ documentation = "https://docs.rs/ta1394-avc-ccm/" homepage = "https://alsa-project.github.io/gobject-introspection-docs/" keywords = ["ieee1394", "firewire", "command", "serialization", "deserialization"] license = "MIT" readme = "README.md" repository = "https://github.com/alsa-project/snd-firewire-ctl-services" [dependencies] ta1394-avc-general = "0.2"