# 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 = "polygons" version = "0.3.4" authors = ["Radovan Bast "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast points-in-polygon test and distances to polygons." homepage = "https://github.com/bast/polygons" readme = "README.md" license = "GPL-3.0-only" [lib] name = "polygons" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.float-cmp] version = "0.10" [dependencies.pyo3] version = "0.22" features = ["extension-module"] optional = true [dependencies.rayon] version = "1.10" optional = true [dev-dependencies.rand] version = "0.8" [features] default = [ "rayon", "pyo3", ]