# 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 = "2018" name = "rgeometry" version = "0.10.1" authors = ["David Himmelstrup "] build = false exclude = [ ".dockerignore", ".github", ".gitignore", "playground", "Dockerfile.server", ] autobins = false autoexamples = false autotests = false autobenches = false description = "High-Level Computational Geometry" homepage = "https://rgeometry.org/" readme = "README.md" categories = [ "algorithms", "data-structures", "mathematics", "graphics", ] license = "Unlicense" repository = "https://github.com/rgeometry/rgeometry" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "doc-header.html", ] [profile.bench] debug = 2 [profile.release] overflow-checks = true [profile.test] overflow-checks = true [lib] name = "rgeometry" path = "src/lib.rs" [[example]] name = "convexhull" path = "examples/convexhull.rs" [[example]] name = "num" path = "examples/num.rs" [[example]] name = "turn" path = "examples/turn.rs" [[test]] name = "two_opt" path = "tests/two_opt.rs" [[bench]] name = "convex_polygon" path = "benches/convex_polygon.rs" harness = false [[bench]] name = "graham_scan" path = "benches/graham_scan.rs" harness = false [[bench]] name = "two_opt" path = "benches/two_opt.rs" harness = false [dependencies.array-init] version = "2.1" [dependencies.claims] version = "0.8" [dependencies.geometry-predicates] version = "0.3.0" [dependencies.getrandom] version = "^0.2.3" features = ["js"] [dependencies.num] version = "0.4.3" [dependencies.num-bigint] version = "0.4.6" [dependencies.num-rational] version = "0.4.2" [dependencies.num-traits] version = "0.2.*" [dependencies.ordered-float] version = "4.4.0" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.rug] version = "1.12" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.test-strategy] version = "0.4.0" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]