[package] name = "url-cli" version = "0.2.1" description = "Convenient command line interface to urls" categories = ["web-programming", "command-line-utilities"] keywords = ["http", "client"] authors = ["Rasmus Kaj "] repository = "https://codeberg.org/rkaj/url-cli" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2021" [[bin]] name = "url" path = "src/main.rs" [dependencies] anyhow = "1.0.68" clap = { version = "4.1.4", features = ["derive", "wrap_help"] } is-terminal = "0.4.3" reqwest = { version = "0.12.7", default-features = false, features = ["blocking", "rustls-tls", "cookies"] } [badges.maintenance] status = "deprecated"