[package]
name = "evt3"
version.workspace = true
edition = "2021"
authors = ["Mika Uthmann <muthmann@physik.uni-bielefeld.de>"]
license = "MIT"
description = "Fast EVT3 (EVT 3.0) decoder library for Prophesee and Metavision event cameras. Decodes .raw and HDF5 event data for event-based vision and neuromorphic research."
readme = "../README.md"
homepage = "https://github.com/muthmann/evt3"
repository = "https://github.com/muthmann/evt3"
documentation = "https://docs.rs/evt3"
keywords = ["event-camera", "evt3", "prophesee", "decoder", "neuromorphic"]
categories = ["parser-implementations", "encoding", "science"]
[features]
default = []
hdf5 = ["dep:hdf5"]
[dependencies]
thiserror = "1.0"
byteorder = "1.5"
hdf5 = { package = "hdf5-metno", version = "0.12.3", optional = true }
[dev-dependencies]
tempfile = "3.10"
criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "decode_benchmark"
harness = false