# 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" rust-version = "1.57" name = "svg-hush" version = "0.9.4" authors = ["Cloudflare "] exclude = ["tests/"] description = "Strip scripting and other abusable features from SVG files" readme = "README.md" keywords = [ "xss", "sanitizer", "purify", "filter", "security", ] categories = ["multimedia::images"] license = "Apache-2.0 OR MIT" repository = "https://github.com/cloudflare/svg-hush" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [package.metadata.release] tag-name = "{{version}}" [dependencies.base64] version = "0.13.0" [dependencies.data-url] version = "0.3.0" [dependencies.once_cell] version = "1.15.0" [dependencies.quick-error] version = "2.0.1" [dependencies.url] version = "2.3.1" [dependencies.xml-rs] version = "0.8.16"