ferray-io 0.2.8

NumPy-compatible file I/O (.npy, .npz, memory-mapped) for ferray
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"
name = "ferray-io"
version = "0.2.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NumPy-compatible file I/O (.npy, .npz, memory-mapped) for ferray"
homepage = "https://github.com/dollspace-gay/ferray"
readme = "README.md"
keywords = [
    "numpy",
    "ndarray",
    "scientific-computing",
    "simd",
    "linear-algebra",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dollspace-gay/ferray"
resolver = "2"

[features]
default = []
f16 = [
    "dep:half",
    "ferray-core/f16",
]

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

[[test]]
name = "property_tests"
path = "tests/property_tests.rs"

[dependencies.byteorder]
version = "1.5"

[dependencies.ferray-core]
version = "0.2.8"

[dependencies.flate2]
version = "1.0"

[dependencies.half]
version = "2.4"
optional = true

[dependencies.memmap2]
version = "0.9"

[dependencies.num-complex]
version = "0.4"

[dependencies.zip]
version = "2.2"

[dev-dependencies.proptest]
version = "1.6"