oxigdal-node 0.1.0

Node.js bindings for OxiGDAL - Pure Rust geospatial data abstraction library
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "oxigdal-node"
version = "0.1.0"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node.js bindings for OxiGDAL - Pure Rust geospatial data abstraction library"
homepage = "https://github.com/cool-japan/oxigdal"
documentation = "https://docs.rs/oxigdal-node"
readme = "README.md"
keywords = [
    "science",
    "gdal",
    "raster",
    "gis",
    "nodejs",
]
categories = [
    "science",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxigdal"
resolver = "2"

[features]
algorithms = []
async-io = []
default = [
    "geotiff",
    "geojson",
    "proj",
]
geojson = []
geotiff = []
proj = []

[lib]
name = "oxigdal_node"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.bytes]
version = "1"
features = ["serde"]

[dependencies.napi]
version = "2"
features = [
    "async",
    "tokio_rt",
    "napi8",
    "serde-json",
]

[dependencies.napi-derive]
version = "2"

[dependencies.num-traits]
version = "0.2"

[dependencies.oxigdal-algorithms]
version = "0.1"

[dependencies.oxigdal-core]
version = "0.1"

[dependencies.oxigdal-geojson]
version = "0.1"

[dependencies.oxigdal-geotiff]
version = "0.1"

[dependencies.oxigdal-proj]
version = "0.1"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.napi-build]
version = "2"