# 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] edition = "2018" name = "svg_to_lines" version = "0.1.0" authors = ["invis87@gmail.com"] exclude = ["examples/*"] description = "converts svg string to list of lines" homepage = "https://github.com/invis87/svg_drawing" documentation = "https://github.com/invis87/svg_drawing" license = "MIT" repository = "https://github.com/invis87/svg_drawing" [lib] name = "svg_to_lines" path = "src/lib.rs" [[example]] name = "draw" path = "examples/draw/main.rs" [dependencies.svgtypes] version = "0.5.0" [dev-dependencies.ash] version = "0.29" [dev-dependencies.log] version = "0.4" [dev-dependencies.raw-window-handle] version = "0.3" [dev-dependencies.skia-safe] version = "0.21" features = ["vulkan"] [dev-dependencies.skulpin] version = "0.4.0" [dev-dependencies.winit] version = "0.20.0-alpha4"