# 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 = "svg_path_ops" version = "0.8.0" authors = ["orhanbalci@gmail.com "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SVG Path Manipulation Utilities" homepage = "https://github.com/orhanbalci" readme = "README.md" keywords = [ "graphics", "bezier", "sketch", "2D", "svg", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/orhanbalci/rough-rs.git" [lib] name = "svg_path_ops" path = "src/lib.rs" [dependencies.cgmath] version = "0.18" [dependencies.svgtypes] version = "0.11"