exact-poly 0.3.0

Integer polygon geometry library — exact arithmetic, no float errors
Documentation
# 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 = "exact-poly"
version = "0.3.0"
build = false
exclude = [
    "demo/",
    "pkg/",
    ".github/",
    "build.sh",
    "package.json",
    "package-lock.json",
    "bun.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integer polygon geometry library — exact arithmetic, no float errors"
homepage = "https://exact-poly.merca.earth"
documentation = "https://docs.rs/exact-poly"
readme = "README.md"
keywords = [
    "polygon",
    "geometry",
    "wasm",
    "decomposition",
    "exact-arithmetic",
]
categories = [
    "algorithms",
    "mathematics",
    "wasm",
]
license = "MIT"
repository = "https://github.com/mercaearth/exact-poly"

[lib]
name = "exact_poly"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.js-sys]
version = "0.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.wasm-bindgen]
version = "0.2"

[dev-dependencies]