# 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 = "hdmifiletransporter" version = "0.1.2" authors = ["Patrick Desjardins "] exclude = [ ".vscode", ".github", "testAssets", "*.png", "*.sh", ] description = "Proof of concept on transferring files using HDMI (video via HDMI) from one computer to another" homepage = "https://github.com/MrDesjardins/hdmifiletransporter" readme = "readme.md" keywords = [ "steganography", "hidden-message", "video", "hdmi", "file-transfer", ] license = "Apache-2.0" repository = "https://github.com/MrDesjardins/hdmifiletransporter" [[bench]] name = "benchmark" harness = false [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.image] version = "0.24.5" [dependencies.magic-crypt] version = "3.1.12" [dependencies.opencv] version = "0.75.0" [dev-dependencies.criterion] version = "0.4.0"