# 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" rust-version = "1.56.1" name = "img2text" version = "0.2.0" authors = ["yvt "] description = "Image-to-text converter" readme = "README.md" categories = [ "command-line-utilities", "graphics", ] license = "MIT/Apache-2.0" repository = "https://github.com/yvt/img2text" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0.34" optional = true [dependencies.clap] version = "3.2" features = [ "derive", "wrap_help", ] optional = true [dependencies.console] version = "0.13.0" optional = true [dependencies.env_logger] version = "0.8.1" optional = true [dependencies.image] version = "0.24.1" features = [ "bmp", "gif", "jpeg", "png", "tga", "webp", ] optional = true default-features = false [dependencies.imageproc] version = "0.23.0" optional = true [dependencies.log] version = "0.4.11" optional = true [dependencies.num-integer] version = "0.1.42" default-features = false [dependencies.num-traits] version = "0.2.11" default-features = false [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [build-dependencies.num-integer] version = "0.1.42" default-features = false [build-dependencies.num-traits] version = "0.2.11" default-features = false [features] bin = [ "anyhow", "env_logger", "console", "image", "imageproc", "clap", "log", ] default = ["bin"]