diff --git a/xsd-parser-types/Cargo.toml b/xsd-parser-types/Cargo.toml index 2439fcdf..7d6613c3 100644 --- a/xsd-parser-types/Cargo.toml +++ b/xsd-parser-types/Cargo.toml @@ -43,7 +43,7 @@ indexmap = { workspace = true, optional = true } num = { workspace = true, optional = true } quick-xml = { workspace = true, optional = true, features = ["encoding"] } regex = { workspace = true, optional = true } -serde = { workspace = true, optional = true } +serde = { workspace = true, optional = true, features = ["derive"] } thiserror = { workspace = true, optional = true } tokio = { workspace = true, optional = true }