# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "buklo" version = "0.1.12" description = "Buklo is a simple CLI HTTP client" documentation = "https://docs.rs/crate/buklo" readme = "README.md" keywords = [ "cli", "http", ] license = "MIT" repository = "https://github.com/ghishadow/buklo" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = "debuginfo" [dependencies.argh] version = "0.1" [dependencies.owo-colors] version = "4.0" [dependencies.tokio] version = "1" features = [ "tracing", "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.update-informer] version = "1.1" [dependencies.ureq] version = "2.9" features = [ "gzip", "json", "socks-proxy", "native-certs", "native-tls", ] default-features = false [dependencies.url] version = "2.5" [badges.maintenance] status = "actively-developed" [lints.rust] unsafe_code = "forbid"