feat: xml

- add new feature: xml parser

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-04-17 11:05:17 +07:00
parent 6219459e3e
commit 21984bdfba
7 changed files with 409 additions and 6 deletions

View file

@ -7,7 +7,9 @@ edition = "2024"
chrono = "0.4.41"
flate2 = "1.1.2"
git2 = "0.20.2"
indexmap = "2.14.0"
log = "0.4.27"
quick-xml = "0.39.2"
rand = "0.9.2"
rayon = "1.10.0"
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }