# 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 = "2.2.1" authors = ["David Kellum "] build = "build.rs" exclude = ["barc.stash/*"] description = "Basic Archive for HTTP dialog serialization, command line." 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 = ">=2.2.0, <2.3" default-features = false [dependencies.body-image] version = ">=2.2.2, <2.3" default-features = false [dependencies.body-image-futio] version = ">=2.2.0, <2.3" optional = true default-features = false [dependencies.clap] version = ">=2.31.2, <2.34" features = ["wrap_help"] default-features = false [dependencies.http] version = ">=0.2.2, <0.3" [dependencies.hyper] version = ">=0.14.2, <0.15" features = ["http1", "client", "stream", "tcp"] optional = true default-features = false [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"]