# 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 = "paxcii" version = "0.5.1" authors = ["enedon <3nedon@gmail.com>"] description = "Transform images and videos to ascii" documentation = "https://docs.rs/paxcii/latest/paxcii/" readme = "README.md" license = "MIT" repository = "https://github.com/enedon/paxcii" [[bin]] name = "paxcii" required-features = [ "webcam", "audio", ] [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" [dependencies.image] version = "0.24" [dependencies.nokhwa] version = "0.10" features = [ "input-native", "output-wgpu", ] optional = true [dependencies.rodio] version = "0.16" features = ["symphonia-all"] optional = true default-features = false [dependencies.term_size] version = "0.3" [features] audio = ["dep:rodio"] default = [ "webcam", "audio", ] webcam = ["dep:nokhwa"]