xref: /xiu/protocol/rtsp/Cargo.toml (revision 80f20d70)
1[package]
2name = "xrtsp"
3version = "0.1.1"
4edition = "2021"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]
9rand = "0.8"
10byteorder = "1.4.2"
11tokio = "1.4.0"
12bytes = "1.0.0"
13log = "0.4"
14failure = "0.1.1"
15http = "0.2.9"
16indexmap = "1.9.3"
17lazy_static = "1.4.0"
18chrono = "0.4"
19async-trait = "0.1.70"
20base64 = "0.21.2"
21hex = "0.4.3"
22
23bytesio = { path = "../../library/bytesio/" }
24streamhub = { path = "../../library/streamhub/" }
25