# 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 = "scte35dump" version = "0.1.8" authors = ["David Holroyd "] description = "Dump SCTE-35 data from a Transport Stream contained within a file or RTP network stream" readme = "README.md" categories = [ "multimedia::video", "command-line-utilities", ] license = "MIT/Apache-2.0" repository = "https://github.com/m2amedia/scte35dump" [profile.release] [dependencies.base64] version = "0.21" [dependencies.clap] version = "4.5" [dependencies.env_logger] version = "0.11" [dependencies.hex] version = "0.4" [dependencies.mio] version = "0.8" features = [ "os-poll", "net", ] [dependencies.mpeg2ts-reader] version = "0.16" [dependencies.net2] version = "0.2" [dependencies.rtp-rs] version = "0.6" [dependencies.scte35-reader] version = "0.15" [dependencies.smpte2022-1-fec] version = "0.3" [dev-dependencies.trycmd] version = "0.15.0"