# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "geogrid" version = "0.3.1" authors = ["Peter Elmers "] description = "Manipulate geographic data on a grid." homepage = "https://github.com/pelmers/geogrid" documentation = "https://docs.rs/geogrid" keywords = ["geography", "map", "cartography"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/pelmers/geogrid" [dependencies.geojson] version = "0.5.0" [dependencies.imagefmt] version = "4.0.0" [dependencies.num] version = "0.1.37" [dependencies.ocl] version = "0.12" optional = true [dependencies.rayon] version = "0.6.0" [dependencies.serde] version = "0.9" [dependencies.serde_derive] version = "0.9" [dependencies.serde_json] version = "0.9" [features] default = [] opencl = ["ocl"]