xref: /xiu/protocol/httpflv/Cargo.toml (revision 80f20d70)
1[package]
2name = "httpflv"
3description = "httpflv library."
4version = "0.3.1"
5authors = ["HarlanC <[email protected]"]
6repository = "https://github.com/harlanc/xiu"
7license = "MIT"
8readme = "README.md"
9categories = ["multimedia", "multimedia::video", 'multimedia::audio']
10keywords = ["httpflv", "video", "streaming"]
11edition = "2018"
12
13[dependencies]
14byteorder = "1.4.2"
15bytes = "1.0.0"
16failure = "0.1.1"
17log = "0.4"
18hyper = { version = "0.14", features = ["full"] }
19futures = "0.3"
20
21streamhub = { path = "../../library/streamhub/" }
22xflv = { path = "../../library/container/flv/" }
23rtmp = { path = "../rtmp/" }                      #"0.0.4"
24
25[dependencies.tokio]
26version = "1.4.0"
27default-features = false
28features = ["full"]
29