11[package ]
22name = " kfl"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44edition = " 2024"
55description = " Another KDL language implementation"
66license = " MIT/Apache-2.0"
77keywords = [" kdl" , " configuration" , " parser" ]
88categories = [" parsing" , " parser-implementations" , " config" , " encoding" ]
9- homepage = " https://gitlab .com/synthetic/kfl /kfl"
9+ homepage = " https://github .com/rinarakaki /kfl"
1010documentation = " https://docs.rs/kfl"
1111rust-version = " 1.85.0"
12- readme = " README.md"
12+ readme = " ../ README.md"
1313
1414[dependencies ]
15- kfl-derive = { path = " ../kfl-derive" , version = " 0" , optional = true }
15+ kfl-derive = { path = " ../kfl-derive" , version = " 0.5.0 " , optional = true }
1616chumsky = { version = " = 1.0.0-alpha.7" }
1717thiserror = " 2"
1818miette = " 7"
@@ -22,8 +22,8 @@ miette = "7"
2222base64 = { version = " 0.22" , optional = true }
2323chrono = { version = " 0.4" , optional = true }
2424http = { version = " 1" , optional = true }
25- minicbor = { version = " 0.24 " , optional = true , features = [" std" , " derive" ] }
26- unicode-width = { version = " 0.1 " , optional = true }
25+ minicbor = { version = " 2 " , optional = true , features = [" std" , " derive" ] }
26+ unicode-width = { version = " 0.2 " , optional = true }
2727
2828[dev-dependencies ]
2929miette = { version = " 7" , features = [" fancy" ] }
0 commit comments