# 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 = "rough_piet" version = "0.8.0" authors = ["orhanbalci@gmail.com "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Draw Hand Sketched 2D Drawings Using Piet" homepage = "https://github.com/orhanbalci" readme = "README.md" keywords = [ "graphics", "bezier", "sketch", "2D", "piet", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/orhanbalci/rough-rs.git" [lib] name = "rough_piet" path = "src/lib.rs" [[example]] name = "arc" path = "examples/arc.rs" [[example]] name = "bezier_cubic" path = "examples/bezier_cubic.rs" [[example]] name = "bezier_quadratic" path = "examples/bezier_quadratic.rs" [[example]] name = "circle" path = "examples/circle.rs" [[example]] name = "curve" path = "examples/curve.rs" [[example]] name = "curve_fill" path = "examples/curve_fill.rs" [[example]] name = "ellipse" path = "examples/ellipse.rs" [[example]] name = "heart_svg_path" path = "examples/heart_svg_path.rs" [[example]] name = "linear_path" path = "examples/linear_path.rs" [[example]] name = "polygon" path = "examples/polygon.rs" [[example]] name = "rectangle" path = "examples/rectangle.rs" [[example]] name = "rotate" path = "examples/rotate.rs" [[example]] name = "rust_logo" path = "examples/rust_logo.rs" [[example]] name = "rust_logo_alpha" path = "examples/rust_logo_alpha.rs" [[example]] name = "scale" path = "examples/scale.rs" [[example]] name = "skew" path = "examples/skew.rs" [[example]] name = "skewy" path = "examples/skewy.rs" [[example]] name = "stroke_style" path = "examples/stroke_style.rs" [[example]] name = "translate" path = "examples/translate.rs" [dependencies.euclid] version = "0.22" [dependencies.num-traits] version = "0.2" [dependencies.palette] version = "0.7" [dependencies.piet] version = "0.7" [dependencies.roughr] version = "0.8.0" [dev-dependencies.piet-common] version = "0.7" features = ["png"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_distr] version = "0.4" [dev-dependencies.svg_path_ops] version = "0.8.0"