# 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.76" name = "zarrs_ffi" version = "0.8.4" authors = ["Lachlan Deakin "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "FFI bindings for the zarrs crate" readme = "README.md" keywords = ["zarr"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/LDeakin/zarrs_ffi" [lib] name = "zarrs_ffi" crate-type = [ "staticlib", "cdylib", ] path = "src/lib.rs" [[test]] name = "array" path = "tests/array.rs" [dependencies.ffi-support] version = "0.4.4" [dependencies.once_cell] version = "1.18.0" [dependencies.serde_json] version = "1.0.71" [dependencies.zarrs] version = "0.17.0" [dev-dependencies.inline-c] version = "0.1.7" [dev-dependencies.tempfile] version = "3.10.1" [build-dependencies.cbindgen] version = "0.27" optional = true [features] all_codecs = [ "zarrs/zstd", "zarrs/bitround", "zarrs/zfp", "zarrs/bz2", "zarrs/pcodec", "zarrs/gdeflate", ] cbindgen = ["dep:cbindgen"]