[dependencies.gdal]
version = "0.17.0"
[dependencies.geoarrow]
features = ["gdal"]
version = "0.3.0"
[lib]
name = "naturalearthdata"
path = "src/lib.rs"
[package]
authors = ["Philippe Massicotte pmassicotte@hotmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science", "science::geo"]
description = "A Rust library for downloading Natural Earth data."
documentation = "https://docs.rs/naturalearthdata"
edition = "2021"
homepage = "https://github.com/PMassicotte/naturalearthdata"
keywords = ["naturalearthdata", "geospatial", "data", "gdal", "geoarrow"]
license = "MIT"
name = "naturalearthdata"
readme = "README.md"
repository = "https://github.com/PMassicotte/naturalearthdata"
version = "0.1.1"