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

20 lines
590 B
TOML
Raw Normal View History

[package]
2022-03-19 22:18:03 +01:00
name = "libdvb-rs"
2022-03-27 19:24:57 +02:00
version = "0.4.4"
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"
repository = "https://github.com/cesbo/libdvb"
keywords = ["dvb", "ts"]
categories = ["api-bindings", "hardware-support"]
2019-02-12 21:42:10 +01:00
edition = "2018"
[dependencies]
2022-03-27 18:31:48 +02:00
nix = "^0.23"
anyhow = "^1.0"
strum = { version = "^0.23", features = ["derive"] }
bitflags = "^1.3.2"
itertools = "^0.10.2"