arraylake 0.1.0-alpha.1

A client for Earthmover's ArrayLake platform
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"
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"