# 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] name = "http-box" version = "0.1.6" authors = ["Sean Kerr "] build = "build.rs" exclude = [".gitignore"] description = "Fast push/callback oriented HTTP parser" homepage = "https://github.com/seankerr/rust-http-box" documentation = "https://docs.rs/http-box" readme = "README.md" keywords = [ "http", "parser", "callback", "push", ] license = "Apache-2.0" repository = "https://github.com/seankerr/rust-http-box" [dependencies.byte-slice] version = "0.1.11" [dev-dependencies.byte-slice] version = "0.1.11" [dev-dependencies.skeptic] version = "0.13.7" [build-dependencies.skeptic] version = "0.13.7"