[package] name = "virtio-media" version = "0.0.5" license = "BSD-3-Clause" description = "Device support for virtio-media" repository = "https://github.com/chromeos/virtio-media" authors = ["The ChromiumOS Authors"] edition = "2021" [dependencies] anyhow = "1.0.32" enumn = "0.1.12" libc = "0.2.151" log = "0.4.20" nix = { version = "0.28", features = ["fs"] } thiserror = "1.0.38" v4l2r = "0.0.4" zerocopy = { version = "0.7.31", features = ["derive"] } [features] default = ["simple-device"] simple-device = []