http_str 0.1.3

This is a Rust libray that provides some types for parsing http request and create responses.
Documentation
# 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 = "http_str"
version = "0.1.3"
authors = ["NonNullableName <zeroed32@protonmail.com>"]
description = "This is a Rust libray that provides some types for parsing http request and create responses."
documentation = "https://docs.rs/http_str/0.1.3/http_str/"
readme = "README.md"
keywords = ["http", "structs", "string", "pin"]
categories = ["web-programming::http-server", "web-programming::http-client"]
license = "Unlicense"
repository = "https://github.com/NonNullableName/http_str"
[dependencies.lazy_static]
version = "1.4.0"