# 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 = "manifest-server" version = "0.1.2" authors = ["MaurĂ­cio Antunes "] description = "HTTP server that modifies video manifests" homepage = "https://github.com/mauricioabreu/manifest-modifier" readme = "README.md" keywords = [ "video", "hls", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/mauricioabreu/manifest-modifier" resolver = "1" [[bin]] name = "manifest_server" path = "src/main.rs" bench = false [dependencies.axum] version = "0.5.16" [dependencies.manifest-filter] version = "0.1.1-beta.3" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" features = ["env-filter"]