# 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" name = "icechunk" version = "0.1.0-alpha.4" authors = ["Earthmover PBC"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Transactional storage engine for Zarr designed for use on cloud object storage" homepage = "https://github.com/earth-mover/icechunk" readme = "README.md" keywords = [ "zarr", "xarray", "database", ] categories = [ "database", "science", "science::geo", ] license = "Apache-2.0" repository = "https://github.com/earth-mover/icechunk" [lib] name = "icechunk" path = "src/lib.rs" [[example]] name = "low_level_dataset" path = "examples/low_level_dataset.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_s3_storage" path = "tests/test_s3_storage.rs" [[test]] name = "test_virtual_refs" path = "tests/test_virtual_refs.rs" [dependencies.async-recursion] version = "1.1.1" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.83" [dependencies.aws-config] version = "1.5.7" [dependencies.aws-credential-types] version = "1.2.1" [dependencies.aws-sdk-s3] version = "1.53.0" [dependencies.base32] version = "0.5.1" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.7.2" features = ["serde"] [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.itertools] version = "0.13.0" [dependencies.object_store] version = "0.11.0" [dependencies.proptest] version = "1.5.0" [dependencies.quick_cache] version = "0.6.9" [dependencies.rand] version = "0.8.5" [dependencies.rmp-serde] version = "1.3.0" [dependencies.rmpv] version = "1.3.0" features = [ "serde", "with-serde", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_with] version = "3.9.0" features = ["hex"] [dependencies.test-strategy] version = "0.4.0" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "macros", ] [dependencies.typed-path] version = "0.9.2" [dependencies.url] version = "2.5.2" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.proptest-state-machine] version = "0.3.0" [dev-dependencies.tempfile] version = "3.13.0" [lints.clippy] expect_used = "warn" panic = "warn" unwrap_used = "warn"