# 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 = "2018" name = "hyperspeed-broadcast" version = "0.0.11" description = "FTL media ingest server and WebSocket signaling server." homepage = "https://hyperspeed.cli.rs" documentation = "https://hyperspeed.cli.rs/components/broadcast" license = "AGPL-3.0" repository = "https://github.com/insertish/project-hyperspeed" [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"] [dependencies.async-std] version = "1.8.0" features = ["attributes", "unstable"] optional = true [dependencies.async-trait] version = "0.1.50" optional = true [dependencies.async-tungstenite] version = "0.16.1" features = ["async-std-runtime"] optional = true [dependencies.bytes] version = "1.1.0" optional = true [dependencies.ftl-protocol] version = "0.0.6" [dependencies.futures] version = "0.3.15" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4" [dependencies.mediasoup] version = "0.9.2" optional = true [dependencies.nanoid] version = "0.4.0" optional = true [dependencies.once_cell] version = "1.8.0" optional = true [dependencies.rtp] version = "0.6.5" optional = true [dependencies.serde] version = "1.0.126" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.64" optional = true [dependencies.webrtc-util] version = "0.5.3" optional = true [features] default = ["rtc", "ingest", "signaling"] ingest = ["rtc", "async-trait", "async-std", "rtp", "webrtc-util", "bytes", "lazy_static", "nanoid"] rtc = ["once_cell", "mediasoup"] signaling = ["rtc", "futures", "async-std", "async-trait", "async-tungstenite", "serde", "serde_json"]