You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
325 B
TOML

[package]
name = "http-util"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4", features = [ "derive" ] }
futures = "0.3"
json = "0.12"
reqwest = { version = "0.11", features = [ "blocking", "stream" ] }
tokio = { version = "1", features = [ "full" ] }
[target.'cfg(unix)'.dependencies]
libc = "0.2"