pokebase-core 0.1.0

An embedded database of Pokémon TCG
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-core"
version = "0.1.0"
build = false
include = [
    "/src",
    "data/*.ron.gz",
    "!data/*.ron",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An embedded database of Pokémon TCG"
readme = false
license = "MIT"

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

[[bin]]
name = "pokebase-core"
path = "src/main.rs"

[dependencies.anywho]
version = "0.1.2"

[dependencies.bytes]
version = "1"

[dependencies.flate2]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.ron]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["rt"]

[build-dependencies.flate2]
version = "1"

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

[lints.rust]
rust_2018_idioms = "deny"