# 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 = "streamhub" version = "0.2.4" authors = ["HarlanC "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "It receives streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/rtsp/httpflv/hls)" readme = "README.md" license = "MIT" repository = "https://github.com/harlanc/xiu" resolver = "1" [lib] name = "streamhub" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.70" [dependencies.byteorder] version = "1.4.2" [dependencies.bytes] version = "1.0.0" [dependencies.bytesio] version = "0.3.3" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.failure] version = "0.1.8" [dependencies.indexmap] version = "1.9.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11.24" features = ["native-tls-vendored"] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" features = [ "alloc", "raw_value", "std", ] default-features = false [dependencies.tokio] version = "1.4.0" features = ["full"] default-features = false [dependencies.xflv] version = "0.4.4"