# 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" rust-version = "1.77" name = "ghe2d" version = "0.0.19" authors = ["Hlever hlever.dev@gmail.com"] build = false include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A tool easy to make shapes" readme = "README.md" keywords = [ "canvas", "shapes", "2d", ] license = "ISC" [lib] name = "ghe2d" path = "src/lib.rs" [dependencies.ar-reshaper] version = "1.5.0" [dependencies.image] version = "0.25.2" [dependencies.libwebp-sys] version = "0.10.1" [dependencies.num-integer] version = "0.1.46" [dependencies.png] version = "0.17.14" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" features = ["blocking"] [dependencies.rusttype] version = "0.9.3"