pokebase 0.1.0

An embedded database of Pokémon TCG powered by TCGdex
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 = "pokebase"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An embedded database of Pokémon TCG powered by TCGdex"
readme = false
license = "MIT"

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

[dependencies.bytes]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.pokebase-core]
version = "0.1.0"

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

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

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"

[lints.clippy]
large-enum-variant = "allow"
single-component-path-imports = "allow"
too-many-arguments = "allow"

[lints.rust]
rust_2018_idioms = "deny"