# 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 = "poketest" version = "1.5.1" authors = ["talwat"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Display pokemon sprites in your terminal." homepage = "https://github.com/LuMarans30/pokeget-rs" documentation = "https://github.com/LuMarans30/pokeget-rs" readme = "README.md" license = "MIT" repository = "https://github.com/LuMarans30/pokeget-rs" [lib] name = "poketest" path = "src/lib.rs" [[bin]] name = "poketest" path = "src/main.rs" [dependencies.Inflector] version = "0.11.4" default-features = false [dependencies.clap] version = "4.5.14" features = ["derive"] [dependencies.image] version = "0.24.9" features = ["png"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.rust-embed] version = "8.5.0" [dependencies.showie] version = "1.0.1"