# 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 = "hls_transcoder" version = "0.1.0" authors = ["Rust Latam "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-performance Rust library for transcoding media to HLS using GStreamer." documentation = "https://docs.rs/hls_transcoder" readme = "README.md" keywords = [ "hls", "transcoding", "gstreamer", "video", ] license = "MIT" repository = "https://github.com/RustLangLatam/hls_transcoder" [lib] name = "hls_transcoder" path = "src/lib.rs" [[example]] name = "builder_example" path = "examples/builder_example.rs" [dependencies.anyhow] version = "1" [dependencies.gst] version = "0.23.2" features = ["v1_18"] package = "gstreamer" [dependencies.gst-app] version = "0.23.2" features = ["v1_18"] package = "gstreamer-app" [dependencies.gst-hlssink3] version = "^0.13.1" package = "gst-plugin-hlssink3"