-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
18 lines (15 loc) · 756 Bytes
/
Cargo.toml
File metadata and controls
18 lines (15 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "url-build-parse"
version = "11.0.0"
edition = "2021"
homepage = "https://github.com/bohdaq/url-build-parse"
repository = "https://github.com/bohdaq/url-build-parse"
readme = "README.md"
description = "url-build-parse provides the ability to parse URL from string as well as construct URL from parts."
authors = ["Bohdan Tsap <bohdan.tsap@tutanota.com>"]
keywords = ["URL", "query", "params"]
categories = ["web-programming", "web-programming::http-client", "web-programming::http-server", "parsing", "network-programming"]
license = "MIT OR Apache-2.0 OR ISC OR LGPL-3.0-or-later OR CC-BY-4.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
url-search-params = "12.0.0"