[package] name = "libdvb" version = "0.2.3" description = "Interface for DVB-API v5 devices in Linux" authors = ["Cesbo Developers Team "] license = "MIT" readme = "README.md" documentation = "https://docs.rs/libdvb" repository = "https://github.com/cesbo/libdvb" keywords = ["dvb", "ts"] categories = ["api-bindings", "hardware-support"] edition = "2018" [dependencies] libc = "0.2" nix = "0.19" anyhow = "1.0" thiserror = "1.0"