[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"