# 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 = "tf-asset-loader" version = "0.1.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility for loading assets from tf2 data files" readme = "README.md" license = "MIT" repository = "https://github.com/icewind1991/tf-asset-loader" [lib] name = "tf_asset_loader" path = "src/lib.rs" [[example]] name = "open" path = "examples/open.rs" [dependencies.path-dedot] version = "3.1.1" [dependencies.steamlocate] version = "=2.0.0-beta.2" [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" [dependencies.vbsp] version = "0.6.0" optional = true [dependencies.vpk] version = "0.2.0" optional = true [dependencies.zip] version = "0.6.3" features = ["lzma"] optional = true default-features = false package = "zip-lzma" [features] bsp = [ "vbsp", "zip", ] default = ["vpk"]