# 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 = "2021" rust-version = "1.62" name = "geoarrow-wasm" version = "0.1.0" authors = ["Kyle Barron "] description = "Efficient, vectorized geospatial operations in WebAssembly." readme = "README.md" keywords = [ "webassembly", "arrow", "geospatial", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/kylebarron/geoarrow-rs" [profile.release] opt-level = "s" lto = true [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.arrow2] version = "0.17" [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.geo] version = "0.25" [dependencies.geoarrow] version = "0.0.1" package = "geoarrow2" [dependencies.geodesy] version = "0.10" features = ["js"] optional = true [dependencies.thiserror] version = "1" [dependencies.wasm-bindgen] version = "0.2.63" [dependencies.web-sys] version = "0.3.4" features = ["console"] [dependencies.wee_alloc] version = "0.4.5" optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3.13" [features] debug = ["console_error_panic_hook"] default = ["console_error_panic_hook"] geodesy = [ "dep:geodesy", "geoarrow/geodesy", ]