1
0
mirror of https://github.com/danog/libdvb.git synced 2024-11-26 20:04:39 +01:00
libdvb/Cargo.toml
2023-12-11 21:22:37 +01:00

19 lines
610 B
TOML

[package]
name = "libdvb-rs"
version = "0.4.7"
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/danog/libdvb"
keywords = ["dvb", "ts"]
categories = ["api-bindings", "hardware-support"]
edition = "2018"
[dependencies]
nix = "^0.23"
anyhow = "^1.0"
strum = { git = "https://github.com/danog/strum", features = ["derive"] }
bitflags = "^1.3.2"
itertools = "^0.10.2"