read-vk6 0.1.0

Fast and simple reader for VK6/VK7 files from Keyence confocal laser scanning microscopes
Documentation
[dependencies.byteorder]
version = "1.5.0"

[dependencies.chrono]
version = "0.4.42"

[dependencies.image]
version = "0.25.9"

[dependencies.ndarray]
version = "0.16"

[dependencies.ndarray-npy]
version = "0.9"

[dependencies.serde]
version = "1.0.228"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.zip]
version = "6.0.0"

[[example]]
name = "show_metadata"
path = "examples/show_metadata.rs"

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

[package]
authors = ["Mahmoud Chairi mahmoud.chairi@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "Fast and simple reader for VK6/VK7 files from Keyence confocal laser scanning microscopes"
documentation = "https://docs.rs/read-vk6"
edition = "2024"
exclude = ["tests/data/*.vk6", "tests/data/*.vk7", "tests/out/*", ".vscode/*"]
keywords = ["keyence", "microscopy", "vk6", "surface", "confocal"]
license = "MIT"
name = "read-vk6"
readme = "README.md"
repository = "https://github.com/beneficial01/read-vk6"
version = "0.1.0"

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