# 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 = "2021" name = "libdvb" version = "0.3.1" authors = ["Cesbo Developers Team "] build = 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" [dependencies.nix] version = "0.29" features = ["ioctl"] [dependencies.thiserror] version = "1"