# 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" rust-version = "1.76.0" name = "tauri-plugin-hal-steamworks" version = "0.0.4" authors = ["voidptr_t"] build = false exclude = [ "/examples", ".github/", ".vscode/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tauri plugin for steamworks that used in HAL" homepage = "https://github.com/HALLauncher/hal-steam-tools" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "tauri_plugin_hal_steamworks" path = "src/lib.rs" [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1.9.6" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.steamlocate] version = "1.2.1" [dependencies.steamworks] version = "0.11.0" features = [ "serde", "raw-bindings", ] [dependencies.tauri] version = "1.4.0" [dependencies.tokio] version = "1.38.0" features = [ "full", "sync", ]