[dependencies.geo-types]
version = "0.7"
[lib]
name = "geo_raycasting"
path = "src/lib.rs"
[package]
authors = ["Marco Napetti <marco.napetti@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms"]
description = "Ray Casting algorithm for the geo crate"
documentation = "https://docs.rs/geo-raycasting/"
edition = "2018"
keywords = ["geo", "polygon", "raycasting"]
license = "Apache-2.0/MIT"
name = "geo-raycasting"
readme = "README.md"
repository = "https://github.com/nappa85/geo-raycasting"
version = "0.7.0"