# 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 = "cavalier_contours" version = "0.4.0" authors = ["Buck McCready "] description = "2D polyline/shape library for offsetting, combining, etc." readme = "README.md" keywords = [ "algorithm", "2d", "computational", "geometry", "spatial", ] categories = [ "algorithms", "data-structures", "graphics", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jbuckmccready/cavalier_contours" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.static_aabb2d_index] version = "2.0" [features] default = [] serde = ["dep:serde"] unsafe_optimizations = ["static_aabb2d_index/unsafe_optimizations"]