# 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-python" version = "0.1.0-alpha.1" 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 = "MIT OR Apache-2.0" repository = "https://github.com/earth-mover/icechunk" [lib] name = "_icechunk_python" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.async-stream] version = "0.3.5" [dependencies.bytes] version = "1.7.2" [dependencies.chrono] version = "0.4.38" [dependencies.futures] version = "0.3.30" [dependencies.icechunk] version = "0.1.0-alpha.1" [dependencies.pyo3] version = "0.21" features = [ "chrono", "extension-module", "experimental-async", ] [dependencies.pyo3-asyncio-0-21] version = "0.21.0" features = ["tokio-runtime"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40" [lints.clippy] expect_used = "warn" panic = "warn" unwrap_used = "warn"