# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "svg_metadata" version = "0.5.1" authors = ["Matthias Endler "] description = "Extracts metadata (like the viewBox, width, and height) from SVG graphics" homepage = "https://github.com/mre/svg-metadata" readme = "README.md" keywords = [ "svg", "graphics", "image", "metadata", ] categories = [ "graphics", "multimedia", "parsing", ] license = "Apache-2.0/MIT" [dependencies.doc-comment] version = "0.3.3" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.4" [dependencies.roxmltree] version = "0.20.0" [dev-dependencies.doc-comment] version = "0.3.3"