icechunk 0.3.21

Transactional storage engine for Zarr designed for use on cloud object storage
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 = "icechunk"
version = "0.3.21"
authors = ["Earthmover PBC"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transactional storage engine for Zarr designed for use on cloud object storage"
homepage = "https://icechunk.io"
readme = "README.md"
keywords = [
    "zarr",
    "xarray",
    "database",
]
categories = [
    "database",
    "science",
    "science::geo",
]
license = "Apache-2.0"
repository = "https://github.com/earth-mover/icechunk"
resolver = "2"

[features]
cli = [
    "dep:clap",
    "dep:anyhow",
    "dep:dialoguer",
    "dep:dirs",
    "dep:assert_fs",
]
logs = ["dep:tracing-subscriber"]

[lib]
name = "icechunk"
path = "src/lib.rs"

[[bin]]
name = "icechunk"
path = "src/bin/icechunk/main.rs"
required-features = ["cli"]

[[example]]
name = "low_level_dataset"
path = "examples/low_level_dataset.rs"

[[example]]
name = "multithreaded_get_chunk_refs"
path = "examples/multithreaded_get_chunk_refs.rs"

[[example]]
name = "multithreaded_store"
path = "examples/multithreaded_store.rs"

[[test]]
name = "test_concurrency"
path = "tests/test_concurrency.rs"

[[test]]
name = "test_distributed_writes"
path = "tests/test_distributed_writes.rs"

[[test]]
name = "test_gc"
path = "tests/test_gc.rs"

[[test]]
name = "test_large_manifests"
path = "tests/test_large_manifests.rs"

[[test]]
name = "test_stats"
path = "tests/test_stats.rs"

[[test]]
name = "test_storage"
path = "tests/test_storage.rs"

[[test]]
name = "test_virtual_refs"
path = "tests/test_virtual_refs.rs"

[dependencies.anyhow]
version = "1.0.100"
optional = true

[dependencies.assert_fs]
version = "1.1.3"
optional = true

[dependencies.async-recursion]
version = "1.1.1"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.aws-config]
version = "1.8.12"

[dependencies.aws-credential-types]
version = "1.2.11"

[dependencies.aws-sdk-s3]
version = "1.120.0"

[dependencies.aws-smithy-runtime]
version = "1.8.5"

[dependencies.aws-smithy-types-convert]
version = "0.60.11"
features = [
    "convert-chrono",
    "convert-streams",
]

[dependencies.base32]
version = "0.5.1"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.dialoguer]
version = "0.12.0"
optional = true

[dependencies.dirs]
version = "6.0.0"
optional = true

[dependencies.err-into]
version = "1.0.1"

[dependencies.flatbuffers]
version = "25.12.19"

[dependencies.futures]
version = "0.3.31"

[dependencies.itertools]
version = "0.14.0"

[dependencies.object_store]
version = "0.13.0"
features = [
    "aws",
    "gcp",
    "azure",
    "http",
]

[dependencies.proptest]
version = "1.9.0"

[dependencies.quick_cache]
version = "0.6.18"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.12.2"

[dependencies.rmp-serde]
version = "1.3.1"

[dependencies.rmpv]
version = "1.3.1"
features = [
    "serde",
    "with-serde",
]

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_bytes]
version = "0.11.19"

[dependencies.serde_json]
version = "1.0.148"

[dependencies.serde_with]
version = "3.16.1"
features = ["hex"]

[dependencies.serde_yaml_ng]
version = "0.10.0"

[dependencies.test-strategy]
version = "0.4.3"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.tokio-util]
version = "0.7.17"
features = [
    "compat",
    "io-util",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-error]
version = "0.2.1"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]
optional = true

[dependencies.typed-path]
version = "0.12.0"

[dependencies.typetag]
version = "0.2.21"

[dependencies.url]
version = "2.5.7"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.icechunk-macros]
version = "0.1.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.proptest-state-machine]
version = "0.6.0"

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

[dev-dependencies.test-log]
version = "0.2.19"
features = [
    "trace",
    "color",
    "unstable",
]
default-features = false

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
panic = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "warn"