[package]
edition = "2024"
rust-version = "1.89"
name = "oxigeo-node"
version = "0.0.1"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reserved namespace for OxiGeo (the Pure-Rust geospatial library formerly named OxiGDAL). Placeholder v0.0.1 with no functionality; the implementation ships in the OxiGeo 0.2.0 line. Not affiliated with the GDAL project."
homepage = "https://github.com/cool-japan/oxigdal"
readme = "README.md"
keywords = [
"geospatial",
"oxigeo",
"placeholder",
"reserved",
]
categories = ["science"]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxigdal"
[lib]
name = "oxigeo_node"
path = "src/lib.rs"