[package] name = "uri-routes" description = "URI building library" license-file = "LICENSE" version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "uri_routes" path = "lib.rs" doc = true crate-type = ["lib"] [dependencies] http = "1.1.0" ordered-float = "4.2.0"