# 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 = "2018" name = "resvg-wasm" version = "0.1.3" authors = ["Bobby Powers "] description = "resvg as a wasm module" license = "MPL-2.0" repository = "https://github.com/bpowers/resvg-wasm" [package.metadata.wasm-pack.profile.release] wasm-opt = false [lib] crate-type = ["cdylib"] [dependencies.fontdb] version = "0.7" [dependencies.resvg] version = "0.20" default-features = false [dependencies.tiny-skia] version = "0.6" [dependencies.usvg] version = "0.20" features = ["text"] default-features = false [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.3"