xref: /xiu/application/pprtmp/Cargo.toml (revision b754b692)
1[package]
2name = "pprtmp"
3version = "0.1.0"
4edition = "2021"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]
9anyhow = "^1.0"
10log = "0.4.0"
11env_logger = "0.10.0"
12clap = "4.1.4"
13
14rtmp = "0.4.0"
15streamhub = "0.1.0"
16
17[dependencies.tokio]
18version = "1.26.0"
19default-features = false
20#features = ["rt-core", "rt-threaded", "macros", "time","sync"]
21features = ["full"]
22