# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "smpte2022-1-fec" version = "0.3.0" authors = ["David Holroyd "] description = "Decoder for SMPTE 2022-1 FEC protected data" keywords = ["2dparityfec", "prompeg", "SMPTE-2022-1"] categories = ["multimedia::video", "parser-implementations", "network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/dholroyd/smpte2022-1-fec" [dependencies.arrayvec] version = "0.5.1" [dependencies.log] version = "0.4" [dependencies.rtp-rs] version = "0.5.0" [dependencies.smpte2022-1-packet] version = "0.5" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.hex-literal] version = "0.2" [dev-dependencies.mio] version = "0.7" features = ["udp", "os-poll"] [dev-dependencies.mpeg2ts-reader] version = "0.13" [dev-dependencies.socket2] version = "0.3"