mirror of
https://github.com/danog/libdvb.git
synced 2024-11-26 20:04:39 +01:00
20 lines
572 B
TOML
20 lines
572 B
TOML
[package]
|
|
name = "libdvb"
|
|
version = "0.4.0"
|
|
description = "Safe interface for DVB-API v5 devices in Linux"
|
|
authors = ["Cesbo Developers Team <info@cesbo.com>", "Daniil Gentili <daniil@daniil.it>"]
|
|
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]
|
|
nix = "0.19"
|
|
anyhow = "1.0"
|
|
strum = { version = "0.23", features = ["derive"] }
|
|
bitflags = "1.3.2"
|
|
derive_more = "0.99.0"
|
|
itertools = "0.10.2" |