# 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.77" name = "zarrs_filesystem" version = "0.2.0" authors = ["Lachlan Deakin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A filesystem store for the zarrs crate" documentation = "https://docs.rs/zarrs_filesystem" readme = "README.md" keywords = [ "zarr", "zarrs", "storage", "store", "filesystem", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/LDeakin/zarrs" [lib] name = "zarrs_filesystem" path = "src/lib.rs" [dependencies.bytes] version = "1.6.0" [dependencies.derive_more] version = "1.0.0" features = ["from"] [dependencies.itertools] version = "0.13.0" [dependencies.libc] version = "0.2.158" [dependencies.page_size] version = "0.6.0" [dependencies.parking_lot] version = "0.12.0" [dependencies.pathdiff] version = "0.2.0" [dependencies.thiserror] version = "2.0.0" [dependencies.walkdir] version = "2.3.2" [dependencies.zarrs_storage] version = "0.3.0" [dev-dependencies.tempfile] version = "3" [lints.clippy] missing_errors_doc = "warn" missing_panics_doc = "warn" module_name_repetitions = "allow" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] dead_code = "warn" missing_docs = "warn" unreachable_pub = "warn" unused_variables = "warn"