# 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 = "sourcepak" version = "0.3.0" exclude = [ ".vscode", ".github", "test_files", ] description = "A library for reading and writing Source engine package files." readme = "README.md" license = "MIT" repository = "https://github.com/barnabwhy/sourcepak-rs/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.crc] version = "3.0.1" [dependencies.filebuffer] version = "0.4.0" optional = true [dependencies.lzham-alpha-sys] version = "0.1.1" optional = true [features] mem-map = ["dep:filebuffer"] respawn = [ "revpk", "rpak", ] revpk = ["dep:lzham-alpha-sys"] rpak = []