[package] name = "hls_transcoder" version = "0.1.0" authors = ["Rust Latam "] description = "High-performance Rust library for transcoding media to HLS using GStreamer." license = "MIT" repository = "https://github.com/RustLangLatam/hls_transcoder" documentation = "https://docs.rs/hls_transcoder" keywords = ["hls", "transcoding", "gstreamer", "video"] edition = "2021" [dependencies] anyhow = "1" gst = { package = "gstreamer", version = "0.23.2", features = ["v1_18"] } gst-hlssink3 = {package = "gst-plugin-hlssink3", version = "^0.13.1"} gst-app = { package = "gstreamer-app", version = "0.23.2", features = ["v1_18"] }