arraylake 0.1.0-alpha.1

A client for Earthmover's ArrayLake platform
Documentation
[package]
name = "arraylake"
description = "A client for Earthmover's ArrayLake platform"
version = "0.1.0-alpha.1"
edition = "2024"

readme = "./README.md"
repository = "https://github.com/earth-mover/arraylake-rs"
homepage = "https://earthmover.io/"
license = "Apache-2.0"
keywords = ["zarr", "xarray", "arraylake", "earthmover"]
categories = ["science", "science::geo"]
authors = ["Earthmover PBC"]
publish = true

[dependencies]
anyhow = "1.0.100"
async-trait = "0.1.89"
chrono = "0.4.43"
icechunk = "0.3.19"
reqwest = { version = "0.13.1", features = ["json"] }
serde = "1.0.228"
serde_json = "1.0.149"
tracing = "0.1.44"
typetag = "0.2.21"
url = "2.5.8"