# 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 = "flo_render_canvas" version = "0.3.1" authors = ["Andrew Hunter"] include = [ "Cargo.toml", "src/**/*", "svg/**/*", ] description = "Converts flo_canvas streams to flo_render streams" categories = [ "graphics", "rendering", "rendering::engine", ] license = "Apache-2.0" repository = "https://github.com/Logicalshift/flo_draw" [dependencies.desync] version = "0.7" [dependencies.flo_canvas] version = "0.3" [dependencies.flo_render] version = "0.3" [dependencies.flo_stream] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.lyon] version = "0.17" [dependencies.num_cpus] version = "1.13" [dev-dependencies.lazy_static] version = "1.2" [dev-dependencies.png] version = "0.11"