2018-10-23 23:10:08 +02:00
|
|
|
[package]
|
2020-10-23 10:27:18 +02:00
|
|
|
name = "libdvb"
|
2021-01-26 14:17:59 +01:00
|
|
|
version = "0.2.3"
|
2021-01-20 13:05:25 +01:00
|
|
|
description = "Interface for DVB-API v5 devices in Linux"
|
|
|
|
authors = ["Cesbo Developers Team <info@cesbo.com>"]
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
documentation = "https://docs.rs/libdvb"
|
|
|
|
repository = "https://github.com/cesbo/libdvb"
|
|
|
|
keywords = ["dvb", "ts"]
|
|
|
|
categories = ["api-bindings", "hardware-support"]
|
2019-02-12 21:42:10 +01:00
|
|
|
edition = "2018"
|
2018-10-23 23:10:08 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2021-01-26 14:17:59 +01:00
|
|
|
nix = "0.19"
|
2020-10-23 10:27:18 +02:00
|
|
|
anyhow = "1.0"
|
|
|
|
thiserror = "1.0"
|