rustemon 4.5.0

Library wrapping the awesome PokeAPI
Documentation
# 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 = "rustemon"
version = "4.5.0"
authors = ["Martin Lemesle"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library wrapping the awesome PokeAPI"
homepage = "https://github.com/mlemesle/rustemon"
documentation = "https://docs.rs/rustemon/latest/rustemon/"
readme = "README.md"
keywords = [
    "pokeapi",
    "pokemon",
    "wrapper",
    "http",
    "rest",
]
license = "MIT"
repository = "https://github.com/mlemesle/rustemon"
resolver = "2"

[features]
serialize = []
static-resources = ["dep:serde_json"]

[lib]
name = "rustemon"
path = "src/lib.rs"

[[example]]
name = "async_follow"
path = "examples/async_follow.rs"

[[example]]
name = "async_get_pokemon"
path = "examples/async_get_pokemon.rs"

[[example]]
name = "berry_get_page"
path = "examples/berry_get_page.rs"

[[example]]
name = "check_static_resources"
path = "examples/check_static_resources.rs"
required-features = ["static-resources"]

[[example]]
name = "custom_filesystem_client"
path = "examples/custom_filesystem_client.rs"

[[example]]
name = "custom_in_memory_client"
path = "examples/custom_in_memory_client.rs"

[[example]]
name = "get_all_pokemon_species_names"
path = "examples/get_all_pokemon_species_names.rs"

[[example]]
name = "get_all_unnamed_endpoints"
path = "examples/get_all_unnamed_endpoints.rs"

[[example]]
name = "location_get_by_name"
path = "examples/location_get_by_name.rs"

[[example]]
name = "move_get_by_id"
path = "examples/move_get_by_id.rs"

[[example]]
name = "pokemon_get_page_with_param"
path = "examples/pokemon_get_page_with_param.rs"

[[example]]
name = "toml_serialize"
path = "examples/toml_serialize.rs"
required-features = ["serialize"]

[dependencies.http-cache-reqwest]
version = "0.16.0"
features = ["manager-moka"]

[dependencies.reqwest]
version = "0.12.28"
features = ["json"]

[dependencies.reqwest-middleware]
version = "0.4.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.toml]
version = "0.8"