You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
429 B
18 lines
429 B
[package]
|
|
name = "hlsclient"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
clap = { version = "4.5", features = [ "derive" ] }
|
|
env_logger = "0.11"
|
|
futures-util = "0.3"
|
|
http = "1.2"
|
|
log = "0.4"
|
|
m3u8-rs = "6.0"
|
|
reqwest = "0.12"
|
|
tokio = { version = "1.42", features = [ "macros", "rt-multi-thread" ] }
|
|
tower = { version = "0.5", features = [ "buffer", "limit" ] }
|
|
tower-http-client = "0.4"
|
|
tower-reqwest = "0.4"
|