# 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_canvas" version = "0.3.1" authors = ["Andrew Hunter"] include = [ "Cargo.toml", "src/**/*", "test_data/**/*", "README.md", ] description = "Library for describing graphics context drawing actions without requiring a specific implementation" readme = "README.md" categories = [ "graphics", "rendering::data-formats", ] license = "Apache-2.0" repository = "https://github.com/Logicalshift/flo_draw" [dependencies.allsorts] version = "0.5" optional = true [dependencies.desync] version = "0.7" [dependencies.flo_curves] version = "0.6" [dependencies.flo_stream] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.image] version = "0.23" optional = true [dependencies.itertools] version = "0.10" [dependencies.pathfinder_geometry] version = "0.5" optional = true [dependencies.rust-hsluv] version = "0.1" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [dependencies.smallvec] version = "1.6" [dependencies.ttf-parser] version = "0.12" optional = true [dev-dependencies.serde_json] version = "1.0" [features] image-loading = ["image"] outline-fonts = [ "allsorts", "ttf-parser", "pathfinder_geometry", ]