summaryrefslogtreecommitdiff
path: root/benchmarks/quick-xml/Cargo.toml
diff options
context:
space:
mode:
authorsteven-vd <steven@vandorp.lu>2026-08-16 15:00:32 +0200
committersteven-vd <steven@vandorp.lu>2026-08-17 09:31:42 +0200
commitee081ca70322cd01d0642fdb1860e6bfbfb48e85 (patch)
tree295fdba93b08b24562c6d49e971bbf3425eac50c /benchmarks/quick-xml/Cargo.toml
Initial commitHEAD0.1.0master
Diffstat (limited to 'benchmarks/quick-xml/Cargo.toml')
-rw-r--r--benchmarks/quick-xml/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/benchmarks/quick-xml/Cargo.toml b/benchmarks/quick-xml/Cargo.toml
new file mode 100644
index 0000000..fb1a66b
--- /dev/null
+++ b/benchmarks/quick-xml/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "quick-xml-bench"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+quick-xml = "0.41.0"
+
+[profile.release]
+opt-level = 3
+lto = true
+codegen-units = 1
+panic = "abort"
+