# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "photo-captioner" version = "0.1.3" authors = ["Luke Frisken "] description = "A tool to assist with creating and editing captions for a gallery of images" readme = "README.md" keywords = ["caption", "image", "gallery"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kellpossible/photo-captioner" [dependencies.csv] version = "1.1" [dependencies.cursive] version = "0.16" default-features = false [dependencies.structopt] version = "0.3" [features] blt-backend = ["cursive/blt-backend"] crossterm-backend = ["cursive/crossterm-backend"] default = ["ncurses-backend"] ncurses-backend = ["cursive/ncurses-backend"] pancurses-backend = ["cursive/pancurses-backend"] termion-backend = ["cursive/termion-backend"]