# 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 = "javelin" version = "0.3.7" authors = ["Patrick Auernig "] description = "Simple streaming server" readme = "README.md" keywords = ["rtmp", "hls", "live-streaming", "media"] categories = ["multimedia", "multimedia::audio", "multimedia::video"] license = "GPL-3.0" repository = "https://gitlab.com/valeth/javelin.git" [profile.release] opt-level = 3 lto = true [dependencies.bytes] version = "^0.4" [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.clap] version = "~2.32" features = ["wrap_help"] [dependencies.futures] version = "^0.1" [dependencies.javelin-codec] version = "0.3.4" optional = true [dependencies.log] version = "^0.4" features = ["max_level_debug", "release_max_level_info"] [dependencies.m3u8-rs] version = "1.0" optional = true [dependencies.mpeg2ts] version = "0.1" optional = true [dependencies.native-tls] version = "0.2" optional = true [dependencies.parking_lot] version = "^0.7" [dependencies.rml_rtmp] version = "^0.2" [dependencies.serde] version = "^1.0" [dependencies.serde_json] version = "^1.0" optional = true [dependencies.serde_yaml] version = "^0.8" [dependencies.simplelog] version = "^0.5" [dependencies.tempfile] version = "3.0" optional = true [dependencies.tokio] version = "^0.1" features = ["rt-full", "io", "timer", "tcp"] default-features = false [dependencies.tokio-tls] version = "0.2" optional = true [dependencies.warp] version = "0.1" optional = true [features] default = ["tls", "hls", "web"] hls = ["mpeg2ts", "m3u8-rs", "tempfile", "javelin-codec"] tls = ["native-tls", "tokio-tls"] web = ["warp", "serde_json", "hls"]