[package] name = "uri" version = "0.1.0" description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)" authors = ["Richard Walters "] edition = "2018" license-file = "LICENSE.txt" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] named_tuple = "0.1" once_cell = "1.4" thiserror = "1.0"