# 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" name = "steamkit-vpk" version = "0.1.1" authors = ["JAD3N "] description = """ This crate is a simple library to help parse and read files based on the [VPK file format](https://developer.valvesoftware.com/wiki/VPK_(file_format)). """ documentation = "https://docs.rs/steamkit-vpk/0.1.1" readme = "README.md" license = "MIT" repository = "https://github.com/jad3n/steamkit" [dependencies.nom] version = "7.1" [dependencies.nom-derive] version = "0.10" [dependencies.thiserror] version = "1.0"