# 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 = "pokeget" version = "1.6.4" authors = ["talwat"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Display pokemon sprites in your terminal." homepage = "https://github.com/talwat/pokeget-rs" documentation = "https://github.com/talwat/pokeget-rs" readme = "README.md" keywords = [ "pokemon", "pokeget", "terminal", "colorscripts", "cli", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/talwat/pokeget-rs" [profile.release] lto = "thin" codegen-units = 1 strip = "symbols" [lib] name = "pokeget" path = "src/lib.rs" [[bin]] name = "pokeget" path = "src/main.rs" [dependencies.Inflector] version = "0.11.4" [dependencies.bimap] version = "0.6.3" [dependencies.clap] version = "4.5.14" features = ["derive"] [dependencies.csv] version = "1.3.0" [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"