# 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 = "game-scanner" version = "1.1.4" authors = ["Matheus Albino "] build = "build.rs" include = [ "src/**/*.proto", "src/**/*.rs", "build.rs", "Cargo.toml", ] description = "Game Scanner for any launcher and OS" homepage = "https://github.com/EqualGames/game-scanner" readme = "README.md" keywords = [ "api-bindings", "games", ] categories = [ "api-bindings", "games", ] license = "MIT" repository = "https://github.com/EqualGames/game-scanner" resolver = "2" [lib] name = "game_scanner" crate-type = [ "rlib", "cdylib", ] bench = true doc = true [dependencies.bytes] version = "1.1.0" [dependencies.chrono] version = "0.4.19" [dependencies.directories] version = "4.0.1" [dependencies.prost] version = "0.9.0" [dependencies.prost-types] version = "0.9.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.serde_yaml] version = "0.8.23" [dependencies.sysinfo] version = "0.23.5" [dependencies.url] version = "2.2.2" [dev-dependencies.criterion] version = "0.3.5" [build-dependencies.prost-build] version = "0.9.0" [target."cfg(unix)".dependencies.rusqlite] version = "0.27.0" features = ["bundled"] [target."cfg(windows)".dependencies.case] version = "1.0.0" [target."cfg(windows)".dependencies.rusqlite] version = "0.27.0" features = ["bundled-windows"] [target."cfg(windows)".dependencies.winreg] version = "0.10.1"