[[bin]]
bench = false
doc = false
doctest = false
name = "barc"
path = "src/main.rs"
test = false
[dependencies.barc]
default-features = false
version = ">=2.2.0, <2.3"
[dependencies.body-image]
default-features = false
version = ">=2.2.2, <2.3"
[dependencies.body-image-futio]
default-features = false
optional = true
version = ">=2.2.0, <2.3"
[dependencies.clap]
default-features = false
features = ["wrap_help"]
version = ">=2.31.2, <2.34"
[dependencies.http]
version = ">=0.2.2, <0.3"
[dependencies.hyper]
default-features = false
features = ["http1", "client", "stream", "tcp"]
optional = true
version = ">=0.14.2, <0.15"
[dependencies.piccolog]
version = ">=1.0.0, <1.1"
[dependencies.tao-log]
version = ">=1.0.0, <1.1"
[features]
brotli = ["barc/brotli", "body-image-futio/brotli"]
default = ["mmap", "brotli", "futio"]
futio = ["hyper", "body-image-futio", "body-image-futio/hyper-http"]
mmap = ["barc/mmap", "body-image/mmap", "body-image-futio/mmap"]
[package]
authors = ["David Kellum <dek-oss@gravitext.com>"]
build = "build.rs"
categories = ["web-programming", "command-line-utilities"]
description = "Basic Archive for HTTP dialog serialization, command line."
edition = "2018"
exclude = ["barc.stash/*"]
keywords = ["http", "compression", "serialization"]
license = "MIT/Apache-2.0"
name = "barc-cli"
readme = "README.md"
repository = "https://github.com/dekellum/body-image"
version = "2.2.1"