1
0
mirror of https://github.com/danog/libdvb.git synced 2024-11-30 04:19:00 +01:00
libdvb/Cargo.toml
2022-03-30 19:30:36 +02:00

20 lines
590 B
TOML

[package]
name = "libdvb-rs"
version = "0.4.5"
description = "Safer and feature-complete pure-Rust 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.23"
anyhow = "^1.0"
strum = { version = "^0.23", features = ["derive"] }
bitflags = "^1.3.2"
itertools = "^0.10.2"