# 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 = "vimg" version = "0.1.3" authors = ["Alex Butler "] exclude = [ "**.avif", ".github", ] description = "CLI for video images. Generates animated video contact sheets fast." readme = "README.md" keywords = ["vcs"] license = "MIT" repository = "https://github.com/alexheretic/vimg" [profile.release] lto = true strip = true [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.8" features = [ "derive", "env", "wrap_help", ] [dependencies.clap_complete] version = "4.1.4" [dependencies.ctrlc] version = "3.2.5" features = ["termination"] [dependencies.fastrand] version = "2" [dependencies.ffprobe] version = "0.3.3" [dependencies.glyph_brush_layout] version = "0.2.3" [dependencies.humantime] version = "2.1" [dependencies.image] version = "0.24.5" [dependencies.indicatif] version = "0.17.3" [dependencies.once_cell] version = "1.17.1" [dependencies.rayon] version = "1.6.1" [dependencies.shell-escape] version = "0.1.5"