[package] name = "svg_metadata" version = "0.5.1" authors = ["Matthias Endler "] edition = "2021" description = "Extracts metadata (like the viewBox, width, and height) from SVG graphics" license = "Apache-2.0/MIT" keywords = ["svg", "graphics", "image", "metadata"] homepage = "https://github.com/mre/svg-metadata" categories = ["graphics", "multimedia", "parsing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] roxmltree = "0.20.0" regex = "1.10.4" doc-comment = "0.3.3" once_cell = "1.19.0" [dev-dependencies] doc-comment = "0.3.3"