[package] name = "uri-url" version = "0.3.0" edition = "2021" authors = ["Redfire "] license = "MPL-2.0" description = "Efficient Conversion of URIs and URLs" homepage = "https://github.com/Redfire75369/uri-url#readme" documentation = "https://docs.rs/uri-url" repository = "https://github.com/Redfire75369/uri-url" readme = "readme.md" keywords = [ "uri", "url", ] categories = [ "encoding", "web-programming", ] exclude = [ ".editorconfig", ".gitignore", ] [dependencies] http = "1.0.0" url = "2.4.0"