source-fs 0.1.0

A virtual filesystem implementation for Source Engine games, handling gameinfo.txt search paths, VPK archives, and cross-platform file resolution.
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 = "2024"
name = "source-fs"
version = "0.1.0"
authors = ["LaVashikk <contact@lavashik.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A virtual filesystem implementation for Source Engine games, handling gameinfo.txt search paths, VPK archives, and cross-platform file resolution."
readme = "README.md"
keywords = [
    "source-engine",
    "filesystem",
    "vpk",
    "gamedev",
]
categories = [
    "game-development",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/LaVashikk/SourceRS/tree/main/crates/source-fs"

[features]
default = []
steam = ["dep:steamlocate"]

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

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

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

[dependencies.steamlocate]
version = "2.1.0"
optional = true