diff --git a/Cargo.toml b/Cargo.toml index 05bb883dd8..71484b7a86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ optional = true [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] -features = ["image", "svg", "canvas", "qr_code"] +all-features = true [profile.release-opt] inherits = "release"