# 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 = "roughr" version = "0.8.0" authors = ["orhanbalci@gmail.com "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate Hand Sketched 2D Drawings" homepage = "https://github.com/orhanbalci" readme = "README.md" keywords = [ "graphics", "bezier", "sketch", "2D", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/orhanbalci/rough-rs.git" [lib] name = "roughr" path = "src/lib.rs" [dependencies.derive_builder] version = "0.12" [dependencies.euclid] version = "0.22" [dependencies.num-traits] version = "0.2" [dependencies.palette] version = "0.7" [dependencies.points_on_curve] version = "0.7.0" [dependencies.rand] version = "0.8" [dependencies.svg_path_ops] version = "0.8.0" [dependencies.svgtypes] version = "0.11" [dev-dependencies.plotlib] version = "0.5"