buklo 0.1.12

Buklo is a simple CLI HTTP client
[badges.maintenance]
status = "actively-developed"
[dependencies.argh]
version = "0.1"

[dependencies.owo-colors]
version = "4.0"

[dependencies.tokio]
features = ["tracing", "macros", "rt-multi-thread"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.update-informer]
version = "1.1"

[dependencies.ureq]
default-features = false
features = ["gzip", "json", "socks-proxy", "native-certs", "native-tls"]
version = "2.9"

[dependencies.url]
version = "2.5"
[lints.rust]
unsafe_code = "forbid"

[package]
description = "Buklo is a simple CLI HTTP client"
documentation = "https://docs.rs/crate/buklo"
edition = "2021"
keywords = ["cli", "http"]
license = "MIT"
name = "buklo"
readme = "README.md"
repository = "https://github.com/ghishadow/buklo"
version = "0.1.12"
[profile.dev]
codegen-units = 256
debug = 2
debug-assertions = true
incremental = true
lto = false
opt-level = 0
overflow-checks = true
panic = "unwind"
rpath = false

[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
panic = "abort"
strip = "debuginfo"