diff --git a/utoipa-gen/Cargo.toml b/utoipa-gen/Cargo.toml index 8b87b072..0d9eda75 100644 --- a/utoipa-gen/Cargo.toml +++ b/utoipa-gen/Cargo.toml @@ -36,7 +36,7 @@ assert-json-diff = "2" time = { version = "0.3.11", features = ["serde-human-readable"] } [features] -debug = [] +debug = ["syn/extra-traits"] actix_extras = ["regex", "lazy_static", "syn/extra-traits"] chrono = [] json = []