[package] name = "geoint" version = "0.1.0" authors = ["Jan Tschada "] edition = "2018" description = "Various geospatial intelligence tools using Rust." documentation = "https://github.com/gisfromscratch/geoint-rs/blob/master/README.md" readme = "../README.md" license-file = "../LICENSE" keywords = ["arcgis"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "geoint" crate-type = ["cdylib"] [dependencies] geo = "0.15.0" [dependencies.pyo3] version = "0.12.3" features = ["extension-module"]