steamlocate 2.1.0

Crate for locating Steam game installation directories (and Steam itself!)
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 = "2021"
rust-version = "1.70.0"
name = "steamlocate"
version = "2.1.0"
authors = [
    "William Venner <william@venner.io>",
    "Cosmic <CosmicHorrorDev@pm.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for locating Steam game installation directories (and Steam itself!)"
readme = "README.md"
keywords = [
    "steam",
    "vdf",
    "appmanifest",
    "directory",
    "steamapps",
]
categories = [
    "config",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/WilliamVenner/steamlocate-rs"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[example]]
name = "appmanifest"
path = "examples/appmanifest.rs"

[[example]]
name = "overview"
path = "examples/overview.rs"

[[example]]
name = "shortcuts"
path = "examples/shortcuts.rs"

[[test]]
name = "legacy"
path = "tests/legacy.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[[test]]
name = "wasm"
path = "tests/wasm.rs"

[dependencies.crc]
version = "3.0"

[dependencies.keyvalues-parser]
version = "0.2"

[dependencies.keyvalues-serde]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dev-dependencies.insta]
version = "1.34.0"
features = ["ron"]

[dev-dependencies.wasm-bindgen-test]
version = "0.3.39"

[target.'cfg(target_os="windows")'.dependencies.winreg]
version = "0.56.0"