From ad142e9e749adf64642168c0d221b0cf47f149c7 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 14 May 2023 19:51:17 +0200 Subject: refactor: use xml-stinks --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3af2b0f..d2ea91f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,13 +24,14 @@ all-features = true rustdoc-args = ["--cfg", "doc_cfg"] [dependencies] -quick-xml = { version = "0.27.1" } thiserror = "1.0.38" +xml-stinks = { version = "0.1.0" } [dev-dependencies] pretty_assertions = "1.3.0" criterion = "0.4.0" -ridicule = "0.3.0" +mockall = "0.11.4" +xml-stinks = { version = "0.1.0", features = ["deserializer-static-generics"] } [[bench]] name = "registry" -- cgit v1.2.3-18-g5258