# 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 = "ascii-webcam" version = "0.1.1" build = false exclude = [ ".github/*", ".gitignore", "assets/*", "benches/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A webcam that visualizes its output as ASCII art directly in the terminal" homepage = "https://github.com/nubilfi/ascii-webcam" documentation = "https://docs.rs/ascii-webcam/latest/ascii-webcam" readme = "README.md" keywords = [ "ASCII", "opencv", "ratatui", ] license = "MIT" repository = "https://github.com/nubilfi/ascii-webcam" [package.metadata.binstall] bin-dir = "{bin}{binary-ext}" pkg-fmt = "tgz" pkg-url = "{repo}/releases/download/v{version}/{name}-{version}-{target}.tar.gz" [package.metadata.release] pre-release-commit-message = "v{{version}}" pre-release-hook = [ "just", "_release-prepare", "{{version}}", ] sign-commit = true sign-tag = true tag-message = "v{{version}}" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] name = "ascii_webcam" path = "src/lib.rs" [[bin]] name = "ascii-webcam" path = "src/main.rs" [[test]] name = "app_tests" path = "tests/app_tests.rs" [[test]] name = "ascii_tests" path = "tests/ascii_tests.rs" [[test]] name = "terminal_tests" path = "tests/terminal_tests.rs" [[test]] name = "video_tests" path = "tests/video_tests.rs" [dependencies.color-eyre] version = "0.6.3" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.lazy_static] version = "1.5.0" [dependencies.opencv] version = "0.93.0" features = [ "videoio", "imgproc", ] [dependencies.ratatui] version = "0.28.1" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]