libdvb 0.4.0

Interface for DVB-API v5 devices in Linux
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "libdvb"
version = "0.4.0"
authors = ["Cesbo Developers Team <info@cesbo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interface for DVB-API v5 devices in Linux"
documentation = "https://docs.rs/libdvb"
readme = "README.md"
keywords = [
    "dvb",
    "ts",
]
categories = [
    "api-bindings",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/cesbo/libdvb"

[lib]
name = "libdvb"
path = "src/lib.rs"

[[example]]
name = "feinfo"
path = "examples/feinfo.rs"

[[example]]
name = "femon"
path = "examples/femon.rs"

[[example]]
name = "netinfo"
path = "examples/netinfo.rs"

[[test]]
name = "layout"
path = "tests/layout.rs"

[dependencies.bitflags]
version = "2"

[dependencies.nix]
version = "0.31"
features = ["ioctl"]

[dependencies.thiserror]
version = "2"