# 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 = "aedat" version = "1.3.3" authors = [ "International Centre for Neuromorphic Systems", "Alexandre Marcireau", "Andrew C. Freeman", ] description = "A fast AEDAT4 Rust implementation. Forked from https://github.com/neuromorphicsystems/aedat, a Rust AEDAT4 decoder for Python projects." homepage = "https://github.com/andrewcfreeman/aedat-rs" documentation = "https://github.com/andrewcfreeman/aedat-rs" readme = "README.md" keywords = [ "neuromorphic", "decoding", "davis", "dvs", "aedat", ] categories = [ "multimedia::encoding", "science", ] license-file = "LICENSE" repository = "https://github.com/andrewcfreeman/aedat-rs" [profile.release] lto = true [lib] name = "aedat" [dependencies.flatbuffers] version = "2.0.0" [dependencies.lz4] version = "1.23.2" [dependencies.ndarray] version = "0.15.3" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.roxmltree] version = "0.14.1" [dependencies.thiserror] version = "1.0.38" [dependencies.zstd] version = "0.12.3"