[package]
edition = "2024"
name = "arraylake"
version = "0.1.0-alpha.1"
authors = ["Earthmover PBC"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A client for Earthmover's ArrayLake platform"
homepage = "https://earthmover.io/"
readme = "README.md"
keywords = [
"zarr",
"xarray",
"arraylake",
"earthmover",
]
categories = [
"science",
"science::geo",
]
license = "Apache-2.0"
repository = "https://github.com/earth-mover/arraylake-rs"
[lib]
name = "arraylake"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.chrono]
version = "0.4.43"
[dependencies.icechunk]
version = "0.3.19"
[dependencies.reqwest]
version = "0.13.1"
features = ["json"]
[dependencies.serde]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.tracing]
version = "0.1.44"
[dependencies.typetag]
version = "0.2.21"
[dependencies.url]
version = "2.5.8"