summaryrefslogtreecommitdiff
path: root/benchmarks/quick-xml/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/quick-xml/Cargo.lock')
-rw-r--r--benchmarks/quick-xml/Cargo.lock25
1 files changed, 25 insertions, 0 deletions
diff --git a/benchmarks/quick-xml/Cargo.lock b/benchmarks/quick-xml/Cargo.lock
new file mode 100644
index 0000000..33fc320
--- /dev/null
+++ b/benchmarks/quick-xml/Cargo.lock
@@ -0,0 +1,25 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 4
+
+[[package]]
+name = "memchr"
+version = "2.8.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
+
+[[package]]
+name = "quick-xml"
+version = "0.41.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
+dependencies = [
+ "memchr",
+]
+
+[[package]]
+name = "quick-xml-bench"
+version = "0.1.0"
+dependencies = [
+ "quick-xml",
+]