# 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 = "davis-edi-rs" version = "0.2.6" authors = ["Andrew C. Freeman"] build = false exclude = [ "dataset", "**/*.gif", ] autobins = false autoexamples = false autotests = false autobenches = false description = 'A fast, Rust-based, open-source implementation of the paper "Bringing a Blurry Frame Alive at High Frame-Rate with an Event Camera" (2019) by Pan et al.' homepage = "https://github.com/ac-freeman/davis-EDI-rs" readme = "README.md" keywords = [ "neuromorphic", "decoding", "davis", "dvs", "aedat", ] categories = [ "multimedia::encoding", "science", ] license-file = "LICENSE" repository = "https://github.com/ac-freeman/davis-EDI-rs" [profile.release] opt-level = 3 lto = true [lib] name = "davis_edi_rs" path = "src/lib.rs" [[bin]] name = "davis-edi-rs" path = "src/main.rs" [dependencies.aedat] version = "1.3.3" [dependencies.async-scoped] version = "0.7.0" features = ["use-tokio"] [dependencies.async-trait] version = "0.1.57" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4.0.17" features = ["derive"] [dependencies.crossbeam] version = "0.8.2" [dependencies.crossbeam-utils] version = "0.8.11" [dependencies.cv-convert] version = "0.25.0" features = [ "opencv_0-84", "nalgebra_0-32", ] optional = true default-features = false [dependencies.nalgebra] version = "0.32.2" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.opencv] version = "0.92.3" features = [ "clang-runtime", "highgui", "imgproc", "videoio", ] default-features = false [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.simple-error] version = "0.2.3" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.21.1" features = ["full"] [dependencies.toml] version = "0.5.8" [features] convert = ["cv-convert"]