aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c0ac75147cd4aba08bbfba4d4c9be090af43e9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "uris"
version = "1.3.1"
description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)"
authors = ["Richard Walters <rwalters@digitalstirling.com>"]
edition = "2018"
license-file = "LICENSE.txt"
readme = "README.md"
categories = ["parser-implementations", "web-programming"]
keywords = ["uri", "parser"]
repository = "https://github.com/rhymu8354/Uri.git"
exclude = [
    "notes.md"
]

[dependencies]
named_tuple = "0.1"
once_cell = "1.5"
thiserror = "1.0"