hdf5-bitshuffle 1.0.0

HDF5 bitshuffle plugin for Rust
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 = "2021"
name = "hdf5-bitshuffle"
version = "1.0.0"
authors = ["Vadim Dyadkin <dyadkin@3lp.cx>"]
build = "build.rs"
links = "bitshuffle"
exclude = [
    "ext/bitshuffle/.github",
    "ext/bitshuffle/.gitignore",
    "ext/bitshuffle/.gitmodules",
    "ext/bitshuffle/MANIFEST.in",
    "ext/bitshuffle/README.rst",
    "ext/bitshuffle/bitshuffle",
    "ext/bitshuffle/conda-recipe",
    "ext/bitshuffle/lzf",
    "ext/bitshuffle/pyproject.toml",
    "ext/bitshuffle/requirements.txt",
    "ext/bitshuffle/setup.cfg.example",
    "ext/bitshuffle/setup.py",
    "ext/bitshuffle/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HDF5 bitshuffle plugin for Rust"
readme = "README.md"
keywords = [
    "hdf5",
    "bitshuffle",
]
license = "MIT"
repository = "https://git.3lp.cx/dyadkin/cryiorust"

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

[dependencies]

[build-dependencies.cc]
version = "1.2"
features = ["parallel"]

[target."cfg(unix)".dependencies.hdf5-src]
version = "0.10"
features = [
    "zlib",
    "deprecated",
    "threadsafe",
]
package = "hdf5-metno-src"

[target."cfg(unix)".dependencies.hdf5-sys]
version = "0.12"
features = [
    "static",
    "zlib",
    "deprecated",
    "threadsafe",
]
package = "hdf5-metno-sys"

[target."cfg(windows)".dependencies.hdf5-src]
version = "0.10"
features = [
    "zlib",
    "deprecated",
]
package = "hdf5-metno-src"

[target."cfg(windows)".dependencies.hdf5-sys]
version = "0.12"
features = [
    "static",
    "zlib",
    "deprecated",
]
package = "hdf5-metno-sys"