[package] name = "uris" version = "0.1.1" description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)" authors = ["Richard Walters ", "Martin Fischer "] edition = "2021" license-file = "LICENSE.txt" readme = "README.md" categories = ["parser-implementations", "web-programming"] keywords = ["uri", "parser"] repository = "https://git.push-f.com/uris" exclude = [ "notes.md" ] [dependencies] named_tuple = "0.1" once_cell = "1.5" thiserror = "1.0"