# 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 = "dvb-gse" version = "0.6.2" authors = ["Daniel Estevez "] exclude = ["/.github"] description = "DVB-GSE (Digital Video Brodcast Generic Stream Encapsulation)" homepage = "https://github.com/daniestevez/dvb-gse/" readme = "README.md" keywords = [ "dvb", "dvb-s2", "gse", "satellite", "network", ] categories = [ "aerospace::space-protocols", "command-line-utilities", "multimedia", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/daniestevez/dvb-gse/" [dependencies.anyhow] version = "1" features = ["std"] optional = true [dependencies.bitvec] version = "1" [dependencies.bytes] version = "1.2" [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.crc] version = "3" [dependencies.env_logger] version = "0.11" optional = true [dependencies.faster-hex] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = "0.4" [dependencies.num_enum] version = "0.7" [dependencies.thiserror] version = "1" [dependencies.tun-tap] version = "0.1" optional = true default-features = false [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.proptest] version = "1" [features] cli = [ "anyhow", "clap", "env_logger", "libc", "tun-tap", ] default = ["cli"]