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

20 lines
530 B
TOML
Raw Normal View History

[package]
2020-10-23 10:27:18 +02:00
name = "libdvb"
2021-03-16 09:43:37 +01:00
version = "0.3.0"
2021-01-20 13:05:25 +01:00
description = "Interface for DVB-API v5 devices in Linux"
authors = ["Cesbo Developers Team <info@cesbo.com>"]
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]
nix = "0.19"
2020-10-23 10:27:18 +02:00
anyhow = "1.0"
2022-02-15 16:18:01 +01:00
strum = { version = "0.23", features = ["derive"] }
2022-02-23 21:25:35 +01:00
bitflags = "1.3.2"
derive_more = "0.99.0"
itertools = "0.10.2"