lib_game_detector 0.0.32

A Rust library for detecting and parsing data about games installed on the system
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"
rust-version = "1.85.0"
name = "lib_game_detector"
version = "0.0.32"
build = false
include = ["/src"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for detecting and parsing data about games installed on the system"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/rolv-apneseth/lib_game_detector/"

[package.metadata.docs.rs]
all-features = true

[features]
bundled_sqlite = ["rusqlite/bundled"]
default = ["serde"]
serde = ["dep:serde"]

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

[dependencies.cfg-if]
version = "1.0"

[dependencies.dirs]
version = "6.0"

[dependencies.itertools]
version = "0.14"

[dependencies.nom]
version = "8.0"

[dependencies.rusqlite]
version = "0.38"

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

[dependencies.steam_shortcuts_util]
version = "1.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.criterion]
version = "0.7"
features = ["html_reports"]

[dev-dependencies.divan]
version = "0.1"

[dev-dependencies.is-terminal]
version = "0.4"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.test-case]
version = "3.3"

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