# 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-viz" version = "0.4.1" authors = ["Andrew C. Freeman"] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "adder-viz" description = """ A GUI project to visualize and tune parameters of an ADΔER asynchronous video transcode. """ homepage = "https://github.com/ac-freeman/adder-codec-rs/wiki" readme = "README.md" keywords = [ "neuromorphic", "visualization", "video", "asynchronous", "event", ] categories = [ "multimedia::encoding", "multimedia::video", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ac-freeman/adder-codec-rs/tree/main/adder-viz" resolver = "2" [[bin]] name = "adder-viz" path = "src/main.rs" [dependencies.adder-codec-rs] version = "0.4.8" features = ["transcoder"] [dependencies.anyhow] version = "1.0.82" [dependencies.async-recursion] version = "1.1.1" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.eframe] version = "0.26.2" features = [ "default_fonts", "glow", "persistence", ] default-features = false [dependencies.egui] version = "0.26.2" [dependencies.egui_file] version = "0.16.3" [dependencies.egui_plot] version = "0.26.2" [dependencies.futures] version = "0.3.26" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-image] version = "0.3.0" [dependencies.opencv] version = "0.84.5" features = [ "videoio", "imgproc", "highgui", "clang-runtime", ] optional = true default-features = false package = "opencv" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.5.3" [dependencies.rfd] version = "0.10.0" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.36.0" features = [ "full", "rt-multi-thread", ] [dependencies.video-rs-adder-dep] version = "0.4.1" features = ["ndarray"] [features] compression = ["adder-codec-rs/compression"] default = ["adder-codec-rs/transcoder"] feature-logging = [ "open-cv", "adder-codec-rs/feature-logging", ] feature-logging-nonmaxsuppression = [ "open-cv", "adder-codec-rs/feature-logging-nonmaxsuppression", ] open-cv = [ "opencv", "adder-codec-rs/open-cv", "adder-codec-rs/transcoder", ]