File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [
" T.J. Telan <[email protected] >" ]
3
3
categories = [" parser-implementations" ]
4
- description = " A parser for git repo urls "
4
+ description = " A parser for urls used by git "
5
5
documentation = " https://docs.rs/git-url-parse"
6
6
edition = " 2024"
7
7
keywords = [" git" , " url" , " parser" ]
@@ -14,7 +14,7 @@ rust-version = "1.85"
14
14
15
15
[features ]
16
16
default = [" url" ]
17
- # Enable serde
17
+ # Enable Serialize/Deserialize on structs with ` serde` crate
18
18
serde = [" dep:serde" ]
19
19
# Enable debugging logging with `log` crate
20
20
log = [" dep:log" ]
@@ -23,7 +23,7 @@ url = ["dep:url"]
23
23
24
24
[dependencies ]
25
25
nom = " 8"
26
- getset = " 0.1.6 "
26
+ getset = " 0.1"
27
27
thiserror = " 2"
28
28
serde = { version = " 1" , features = [" derive" ], optional = true }
29
29
log = { version = " 0.4" , optional = true }
You can’t perform that action at this time.
0 commit comments