# 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 = "adder-to-dvs" version = "0.2.9" authors = ["Andrew C. Freeman"] description = """ This program transcodes an ADΔER file to DVS events in a text or binary representation. Performance is fast. The resulting DVS stream is written out as an mp4 file. """ homepage = "https://github.com/ac-freeman/adder-codec-rs/wiki" readme = "README.md" keywords = [ "neuromorphic", "decoding", "event", "asynchronous", "video", ] categories = [ "multimedia::encoding", "multimedia::video", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ac-freeman/adder-codec-rs/tree/main/adder-to-dvs" [dependencies.adder-codec-core] version = "0.3.3" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.0.17" features = ["derive"] [dependencies.ndarray] version = "0.15.6" features = [ "rayon", "serde", ] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.video-rs] version = "0.5.0" features = ["ndarray"]