barc-cli 1.2.0

Basic Archive for HTTP dialog serialization, command line.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "barc-cli"
version = "1.2.0"
authors = ["David Kellum <dek-oss@gravitext.com>"]
build = "build.rs"
exclude = ["barc.stash/*"]
description = "Basic Archive for HTTP dialog serialization, command line."
documentation = "https://docs.rs/body-image"
readme = "README.md"
keywords = ["http", "compression", "serialization"]
categories = ["web-programming", "command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dekellum/body-image"

[[bin]]
name = "barc"
path = "src/main.rs"
test = false
doctest = false
bench = false
doc = false
[dependencies.barc]
version = ">=1.2.0, <1.3"
default-features = false

[dependencies.body-image]
version = ">=1.2.0, <1.3"
default-features = false

[dependencies.body-image-futio]
version = ">=1.2.0, <1.3"
optional = true
default-features = false

[dependencies.clap]
version = ">=2.31.2, <2.34"
features = ["wrap_help"]
default-features = false

[dependencies.fern]
version = ">=0.5.5, <0.6"

[dependencies.http]
version = ">=0.1.6, <0.2"

[dependencies.hyper]
version = ">=0.12.1, <0.13"
optional = true

[dependencies.log]
version = ">=0.4.4, <0.5"

[features]
brotli = ["barc/brotli", "body-image-futio/brotli"]
default = ["mmap", "brotli", "futio"]
futio = ["hyper", "body-image-futio"]
mmap = ["barc/mmap", "body-image/mmap", "body-image-futio/mmap"]
[badges.travis-ci]
repository = "dekellum/body-image"