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 7a3e3c0 commit ebb3b65Copy full SHA for ebb3b65
Cargo.toml
@@ -3,7 +3,7 @@ name = "fluent-uri"
3
version = "0.3.2"
4
authors = ["Scallop Ye <[email protected]>"]
5
edition = "2021"
6
-rust-version = "1.65"
+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"
@@ -18,7 +18,9 @@ net = []
18
19
[dependencies]
20
borrow-or-share = "0.2"
21
+percent-encoding = "2.3.1"
22
ref-cast = "1.0"
23
+thiserror = "2.0.12"
24
25
[dependencies.serde]
26
version = "1.0"
0 commit comments