lwuri 0.1.1

Crate for using and manipulating Uniform Resource Identifiers with a minimal memory footprint and strong typing.
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 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]
edition = "2018"
name = "lwuri"
version = "0.1.1"
authors = ["Robert Quattlebaum <robert@voria.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for using and manipulating Uniform Resource Identifiers with a minimal memory footprint and strong typing."
documentation = "https://docs.rs/lwuri/"
readme = "README.md"
keywords = [
    "uri",
    "parser",
    "url",
]
categories = [
    "parser-implementations",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/voria/rust-lwuri"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[lib]
name = "lwuri"
path = "src/lib.rs"

[[test]]
name = "macros"
path = "tests/macros.rs"

[dependencies.heapless]
version = "0.8"

[dependencies.lwuri-macros]
version = "0.1.1"

[dependencies.proc-macro-hack]
version = "0.5"