# 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 = "louvre" version = "0.2.1" authors = ["Acheul "] exclude = ["tests/*"] description = "A Robust Triangulation Algorigthm" readme = "README.md" keywords = [ "triangulation", "geometry", "polygon", ] categories = [ "algorithms", "graphics", "visualization", ] license = "MIT" repository = "https://github.com/acheul/louvre" [package.metadata.docs.rs] all-features = true [dependencies.gloo-utils] version = "0.2.0" optional = true [dependencies.js-sys] version = "0.3.69" optional = true [dependencies.wasm-bindgen] version = "0.2.92" optional = true [dependencies.web-sys] version = "0.3.69" features = [ "HtmlCanvasElement", "CanvasRenderingContext2d", "DomRect", "Element", "Window", "HtmlInputElement", "Event", "EventTarget", "MouseEvent", "KeyboardEvent", "InputEvent", ] optional = true [features] default = [] html = [ "dep:web-sys", "dep:gloo-utils", "dep:js-sys", "dep:wasm-bindgen", ]