# 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 = "roarsvg" version = "0.4.1" description = "SVG deserialization for lyon_path." readme = "README.md" categories = [ "visualization", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/carrascomj/roarsvg" [dependencies.lyon_path] version = "1.0.4" [dependencies.usvg] version = "0.36.0" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.84" features = [ "serde", "serde-serialize", ] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.33" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.4" features = [ "Blob", "CanvasRenderingContext2d", "CssStyleDeclaration", "Document", "Element", "EventTarget", "File", "FileList", "HtmlLabelElement", "HtmlInputElement", "HtmlElement", "MouseEvent", "Url", "Node", "Window", "console", ]