gamebox 0.1.2

A powerful Rust library for game collection management with automatic scanning, intelligent metadata retrieval from multiple databases (DLsite, IGDB, TheGamesDB), and smart matching algorithms
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.dlsite-gamebox]
version = "0.3"

[dependencies.futures]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.image]
default-features = true
optional = true
version = "0.24"

[dependencies.num_cpus]
version = "1"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.windows]
features = ["Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_Graphics_Imaging", "Win32_System_Com"]
optional = true
version = "0.53"

[dev-dependencies]

[features]
default = ["win_exe_icon"]
win_exe_icon = ["windows", "image"]

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

[package]
authors = ["SuperToolman <2639983693@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["games", "filesystem", "api-bindings"]
description = "A powerful Rust library for game collection management with automatic scanning, intelligent metadata retrieval from multiple databases (DLsite, IGDB, TheGamesDB), and smart matching algorithms"
documentation = "https://docs.rs/gamebox"
edition = "2021"
exclude = ["examples/*", "src/test/*", ".gitignore", ".git/*"]
homepage = "https://github.com/SuperToolman/gamebox"
keywords = ["game", "scanner", "metadata", "dlsite", "igdb"]
license = "Apache-2.0"
name = "gamebox"
readme = "README.md"
repository = "https://github.com/SuperToolman/gamebox"
version = "0.1.2"