blosc2 0.2.3

Safe Rust bindings for blosc2 - a fast, compressed, persistent binary data store library
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "blosc2"
version = "0.2.3"
authors = ["Barak Ugav <barakugav@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for blosc2 - a fast, compressed, persistent binary data store library"
readme = "README.md"
keywords = [
    "blosc",
    "blosc2",
    "bindings",
    "compression",
]
categories = [
    "compression",
    "external-ffi-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/barakugav/blosc2-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["ndarray"]
half = ["dep:half"]
ndarray = ["dep:ndarray"]
num-complex = ["dep:num-complex"]
zlib = ["blosc2-sys/zlib"]
zstd = ["blosc2-sys/zstd"]

[lib]
name = "blosc2"
path = "src/lib.rs"

[dependencies.blosc2-sys]
version = "0.1.6"
package = "blosc2-rs-sys"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.half]
version = "2.4"
optional = true
default-features = false

[dependencies.libc]
version = "0.2"

[dependencies.ndarray]
version = ">=0.16.1, <0.18.0"
optional = true
default-features = false

[dependencies.num-complex]
version = "0.4"
optional = true
default-features = false

[dev-dependencies.ndarray]
version = ">=0.16.1, <0.18.0"
features = ["std"]

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.tempfile]
version = "3"