# 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_audio_server" version = "0.1.1" description = "A hassle free way to serve audio over HLS" readme = "README.md" keywords = [ "HLS", "server", "audio", "live", "streaming", ] categories = [ "multimedia::audio", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Orange-Murker/hls_audio_server" [dependencies.byteorder] version = "1.4.3" [dependencies.chrono] version = "0.4.31" [dependencies.hyper] version = "0.14.27" features = [ "server", "http1", ] [dependencies.id3] version = "1.8.0" [dependencies.m3u8-rs] version = "5.0.4" [dependencies.tokio] version = "1.32.0" features = [ "macros", "net", "rt", "rt-multi-thread", "time", ] [dev-dependencies.fdk-aac] version = "0.5.0" [dev-dependencies.wav] version = "1.0.0"