Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 107f0b8..c6ad4a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ readme = "README.md"
# include = ["LICENSE-APACHE", "LICENSE-MIT", "README.md", "empty.rs"]
[dependencies]
+macro_rules_attribute = "0.2.0"
futures = "0.3.30"
pin-project = "1.1.5"
# serde = { version = "1.0", default-features = false, optional = true }
@@ -28,6 +29,10 @@ proptest = "1.4.0"
serde_json = "1.0.114"
tokio = { version = "1.36.0", features = ["full"] }
+[profile.release]
+opt-level = 3
+codegen-units = 1
+
[profile.test.package.proptest]
opt-level = 3