# 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] name = "http-bytes" version = "0.1.0" authors = ["Vitaly _Vi Shukela "] description = "Byte buffer to/from http::{Request,Response}" keywords = ["http", "bytes", "parser", "httpparse"] categories = ["encoding", "network-programming", "web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/vi/http-bytes" [dependencies.base64] version = "0.10.1" optional = true [dependencies.bytes] version = "0.4.12" [dependencies.http] version = "0.1.17" [dependencies.httparse] version = "1.3.3" [dependencies.percent-encoding] version = "1.0.1" optional = true [dev-dependencies.proptest] version = "0.9.4" [dev-dependencies.proptest-http] version = "0.1.0" [features] basicauth = ["base64", "percent-encoding"] default = ["basicauth"] [badges.travis-ci] branch = "master" repository = "vi/http-bytes"