# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "image-base64-wasm" version = "0.6.0" authors = ["david6983 "] description = "Imaging library written in Rust supported by wasm. Provides basic filters and decoders for the most common image formats." readme = "README.md" license = "MIT" repository = "https://github.com/WasmPot/image-base64-rs.git" [dependencies.base64] version = "0.13.0" [dependencies.data-encoding] version = "2.3.1" [dependencies.hex] version = "0.4.2" [dependencies.image] version = "0.23.12" [dependencies.md5] version = "0.7.0" [dependencies.regex] version = "0.2.1"