pokelookup 1.4.1

Look up pokemon details through PokeAPI.
# 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 = "2024"
name = "pokelookup"
version = "1.4.1"
authors = ["Justin Marquez"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Look up pokemon details through PokeAPI."
homepage = "https://github.com/jemarq04/pokelookup"
readme = "README.md"
keywords = [
    "pokemon",
    "pokeapi",
    "pokedex",
]
license = "MIT"
repository = "https://github.com/jemarq04/pokelookup"

[features]
default = ["clap/wrap_help"]
web = ["dep:open"]

[[bin]]
name = "pokelookup"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.43"
features = ["derive"]

[dependencies.futures]
version = "0.3.31"

[dependencies.itertools]
version = "0.14.0"

[dependencies.open]
version = "5.3.2"
optional = true

[dependencies.rustemon]
version = "=4.5.0"

[dependencies.serde_json]
version = "1.0.142"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.ureq]
version = "3.0.12"