2018-10-23 23:10:08 +02:00
|
|
|
[package]
|
2022-03-19 22:18:03 +01:00
|
|
|
name = "libdvb-rs"
|
2023-12-11 21:22:37 +01:00
|
|
|
version = "0.4.7"
|
2022-03-27 19:24:57 +02:00
|
|
|
description = "Safer and feature-complete pure-Rust interface for DVB-API v5 devices in Linux"
|
2022-03-19 22:17:30 +01:00
|
|
|
authors = ["Cesbo Developers Team <info@cesbo.com>", "Daniil Gentili <daniil@daniil.it>"]
|
2021-01-20 13:05:25 +01:00
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
documentation = "https://docs.rs/libdvb"
|
2023-12-11 21:22:37 +01:00
|
|
|
repository = "https://github.com/danog/libdvb"
|
2021-01-20 13:05:25 +01:00
|
|
|
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]
|
2022-03-27 18:31:48 +02:00
|
|
|
nix = "^0.23"
|
|
|
|
anyhow = "^1.0"
|
2022-04-01 20:29:10 +02:00
|
|
|
strum = { git = "https://github.com/danog/strum", features = ["derive"] }
|
2022-03-27 18:31:48 +02:00
|
|
|
bitflags = "^1.3.2"
|
2022-04-03 13:48:47 +02:00
|
|
|
itertools = "^0.10.2"
|