# 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 = "poketex" version = "1.16.2" authors = ["CK Aznable"] build = false exclude = [".github/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple Pokedex based on TUI(Terminal User Interface)" homepage = "https://github.com/ckaznable/poketex" readme = "README.md" keywords = [ "tui", "pokemon", "pokedex", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ckaznable/poketex" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] name = "poketex" path = "src/lib.rs" [[bin]] name = "poketex" path = "src/main.rs" [dependencies.ansi-to-tui] version = "6.0.0" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.lazy_static] version = "1.4" [dependencies.ratatui] version = "=0.28.1" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sys-locale] version = "0.3.1" [dependencies.textwrap] version = "0.16.0" [dependencies.tui-input] version = "=0.10.1" [dependencies.xdg] version = "2.5.2"