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 11[package ]
22authors = [
" T.J. Telan <[email protected] >" ]
33categories = [" parser-implementations" ]
4- description = " A parser for git repo urls "
4+ description = " A parser for urls used by git "
55documentation = " https://docs.rs/git-url-parse"
66edition = " 2024"
77keywords = [" git" , " url" , " parser" ]
@@ -14,7 +14,7 @@ rust-version = "1.85"
1414
1515[features ]
1616default = [" url" ]
17- # Enable serde
17+ # Enable Serialize/Deserialize on structs with ` serde` crate
1818serde = [" dep:serde" ]
1919# Enable debugging logging with `log` crate
2020log = [" dep:log" ]
@@ -23,7 +23,7 @@ url = ["dep:url"]
2323
2424[dependencies ]
2525nom = " 8"
26- getset = " 0.1.6 "
26+ getset = " 0.1"
2727thiserror = " 2"
2828serde = { version = " 1" , features = [" derive" ], optional = true }
2929log = { version = " 0.4" , optional = true }
You can’t perform that action at this time.
0 commit comments