# 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 = "2021" name = "lib_game_detector" version = "0.0.12" build = 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" repository = "https://github.com/rolv-apneseth/lib_game_detector/" [lib] name = "lib_game_detector" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [[bench]] name = "criterion" path = "benches/criterion.rs" harness = false [[bench]] name = "divan" path = "benches/divan.rs" harness = false [dependencies.anyhow] version = "1.0.86" [dependencies.cfg-if] version = "1.0.0" [dependencies.dirs] version = "5.0.1" [dependencies.itertools] version = "0.13.0" [dependencies.nom] version = "7.1.3" [dependencies.steam_shortcuts_util] version = "1.1.8" [dependencies.thiserror] version = "2.0.3" [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.tracing-subscriber] version = "0.3.18"