--- librsvg-2.56.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ librsvg-2.56.0/Cargo.toml 2023-07-30T15:55:29.715453+00:00 @@ -25,6 +25,7 @@ readme = "README.md" license = "LGPL-2.1-or-later" repository = "https://gitlab.gnome.org/GNOME/librsvg/" +autobins = false [package.metadata.system-deps] pangocairo = "1.46" @@ -174,7 +175,6 @@ features = [ "clock", "std", - "wasmbind", ] default-features = false @@ -290,12 +290,8 @@ features = [ "clock", "std", - "wasmbind", ] default-features = false - -[dev-dependencies.criterion] -version = "0.4" [dev-dependencies.glib] version = "0.17" @@ -304,7 +300,7 @@ version = "0.2" [dev-dependencies.lopdf] -version = "0.29.0" +version = "0.30" [dev-dependencies.matches] version = "0.1"