# 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 = "2018" name = "image-sorter" version = "0.5.0" authors = ["Jorge Galat "] exclude = [".github/*"] description = "A terminal user interface for sorting images" homepage = "https://github.com/jgalat/image-sorter" documentation = "https://github.com/jgalat/image-sorter" readme = "README.md" keywords = [ "image", "sort", "tui", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jgalat/image-sorter" [[bin]] name = "image-sorter" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0.34" [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.expanduser] version = "1.2.2" [dependencies.ratatui] version = "0.23" features = ["termion"] default-features = false [dependencies.structopt] version = "0.3" default-features = false [dependencies.subprocess] version = "0.2.6" [dependencies.termion] version = "2.0.1"