# 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] name = "image2aa" version = "0.1.4" authors = ["Yusuke Sangenya (genya0407) "] description = "Convert image to ASCII Art." documentation = "https://genya0407.github.io/image2aa/target/doc/image2aa/index.html" readme = "README.md" keywords = ["image", "png", "jpeg", "jpg"] license-file = "LICENSE" repository = "https://github.com/genya0407/image2aa" [[bin]] name = "image2aa" path = "src/cli.rs" [dependencies.base64] version = "~0.6.0" [dependencies.getopts] version = "0.2" [dependencies.image] version = "0.18.0" [dependencies.ndarray] version = "0.10.0" [dependencies.string-error] version = "0.1.0"