# 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 = "svg2webp" version = "0.1.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "convert svg to webp" readme = "README.md" license = "MIT" repository = "https://github.com/i18n-site/rust/tree/main/svg2webp" [lib] name = "svg2webp" path = "src/lib.rs" [dependencies.image] version = "0.25.1" [dependencies.resvg] version = "0.42.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tiny-skia] version = "0.11.4" [dependencies.usvg] version = "0.42.0" [dependencies.webp] version = "0.3.0"