# 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" rust-version = "1.78" name = "zarrs_icechunk" version = "0.1.0-alpha.0" authors = ["Lachlan Deakin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "icechunk store support for the zarrs crate" documentation = "https://docs.rs/zarrs_icechunk" readme = "README.md" keywords = [ "zarr", "zarrs", "storage", "store", "icechunk", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/LDeakin/zarrs_icechunk" [lib] name = "zarrs_icechunk" path = "src/lib.rs" [[test]] name = "array" path = "tests/array.rs" [dependencies.async-trait] version = "0.1.74" [dependencies.futures] version = "0.3.29" [dependencies.icechunk] version = "0.1.0-alpha.3" [dependencies.tokio] version = "1.34.0" [dependencies.zarrs_storage] version = "0.2.2" features = ["async"] [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1.34.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4.4" [dev-dependencies.zarrs] version = "0.17.1" features = [ "async", "sharding", "gzip", ] [dev-dependencies.zarrs_storage] version = "0.2.2" features = [ "async", "tests", ]