From 24f30b4a4f3139374d1fe43a9beb05f720533c2a Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 1 Jun 2023 15:49:00 +0900 Subject: [PATCH] Remove build dependencies They were used before the separate proc-macro crate was created, but aren't anymore. --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9ebee27..76deaf18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,11 +27,6 @@ phf = {version = ">=0.8,<=0.11", features = ["macros"]} serde = {version = "1.0", optional = true} smallvec = "1.0" -[build-dependencies] -syn = { version = "1", features = ["extra-traits", "fold", "full"] } -quote = "1" -proc-macro2 = "1" - [features] bench = [] dummy_match_byte = []