We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2900ca commit 0e4300eCopy full SHA for 0e4300e
Cargo.toml
@@ -3,7 +3,7 @@ name = "fluent-uri"
3
version = "0.4.1"
4
authors = ["Scallop Ye <[email protected]>"]
5
edition = "2021"
6
-rust-version = "1.68"
+rust-version = "1.80"
7
description = "A generic URI/IRI handling library compliant with RFC 3986/3987."
8
documentation = "https://docs.rs/fluent-uri"
9
repository = "https://github.com/yescallop/fluent-uri-rs"
@@ -19,7 +19,9 @@ net = []
19
20
[dependencies]
21
borrow-or-share = "0.2"
22
+percent-encoding = "2.3.1"
23
ref-cast = "1.0"
24
+thiserror = "2.0.12"
25
26
[dependencies.serde]
27
version = "1.0"
0 commit comments