# 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 = "clipper2" version = "0.4.1" authors = ["Fredrik Söderström "] description = "A polygon Clipping and Offsetting library for Rust." documentation = "https://docs.rs/clipper2/" readme = "README.md" keywords = [ "polygon", "boolean", "clip", "clipper", "clipper2", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/tirithen/clipper2" [package.metadata.docs.rs] features = ["doc-images"] [dependencies.clipper2c-sys] version = "0.1.4" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.59" [dev-dependencies.embed-doc-image] version = "0.1" [dev-dependencies.macroquad] version = "0.4.5" [dev-dependencies.serde_json] version = "1" [features] default = ["doc-images"] doc-images = [] serde = [ "dep:serde", "clipper2c-sys/serde", ]