# 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 = "2018" name = "libdvb-rs" version = "0.4.5" authors = [ "Cesbo Developers Team ", "Daniil Gentili ", ] description = "Safer and feature-complete pure-Rust 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" [dependencies.anyhow] version = "^1.0" [dependencies.bitflags] version = "^1.3.2" [dependencies.itertools] version = "^0.10.2" [dependencies.nix] version = "^0.23" [dependencies.strum] version = "^0.23" features = ["derive"]