# 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 = "imatree" version = "0.1.0" authors = ["Samuel "] description = "A simple command line tool to generate aesthetically pleasing (and sometimes not so pleasing) images of whatever string you want." readme = "README.md" keywords = [ "image", "text", "cli", "art", "png", ] categories = [ "cli", "graphics", "text-processing", ] license = "MIT" repository = "https://github.com/samgj18/imatree" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.image] version = "0.24.6" [dependencies.num-complex] version = "0.4.3" [dependencies.text-to-png] version = "0.2.0"