# 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.0.0" authors = [ "William Venner ", "Cosmic ", ] build = 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" [dependencies.crc] version = "3.0" [dependencies.keyvalues-parser] version = "0.2" [dependencies.keyvalues-serde] version = "0.2" [dependencies.serde] version = "1.0.0" features = ["derive"] [dev-dependencies.insta] version = "1.34.0" features = ["ron"] [dev-dependencies.wasm-bindgen-test] version = "0.3.39" [target.'cfg(any(target_os="macos", target_os="linux"))'.dependencies.home] version = "0.5.9" [target.'cfg(target_os="windows")'.dependencies.winreg] version = "0.52.0"