rsdex_lib 0.1.89

A library that allow you too search up pokemon
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 = "rsdex_lib"
version = "0.1.89"
authors = ["PurpleCraft999"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library that allow you too search up pokemon"
readme = "README.md"
license = "MIT"
repository = "https://github.com/PurpleCraft999/rsdex"
resolver = "2"

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

[dependencies.memmap2]
version = "0.9.9"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.strsim]
version = "0.11.1"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

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

[build-dependencies.serde_json]
version = "1.0.149"

[profile.dist]
lto = "thin"
inherits = "release"