rustpix-io 1.0.5

Memory-mapped file I/O for rustpix
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 = "rustpix-io"
version = "1.0.5"
authors = ["ORNL Neutron Imaging <neutronimaging@ornl.gov>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory-mapped file I/O for rustpix"
documentation = "https://docs.rs/rustpix-core"
readme = "README.md"
keywords = [
    "hdf5",
    "memory-mapped",
    "file-io",
    "neutron-imaging",
    "scientific",
]
categories = [
    "science",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/ornlneutronimaging/rustpix"

[features]
default = []
hdf5 = [
    "dep:hdf5",
    "dep:ndarray",
]
serde = [
    "dep:serde",
    "rustpix-core/serde",
]

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

[dependencies.hdf5]
version = "0.12"
features = [
    "static",
    "zlib",
]
optional = true
package = "hdf5-metno"

[dependencies.memmap2]
version = "0.9"

[dependencies.ndarray]
version = "0.16"
optional = true

[dependencies.rayon]
version = "1.10"

[dependencies.rustpix-algorithms]
version = "1.0.5"

[dependencies.rustpix-core]
version = "1.0.5"

[dependencies.rustpix-tpx]
version = "1.0.5"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]
optional = true

[dependencies.sysinfo]
version = "0.30"

[dependencies.thiserror]
version = "2.0"

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

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "warn"