# 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 = "unreal_helpers" version = "0.1.16" authors = [ "AstroTechies", "localcc", "konsti219", ] description = "Tools for making and loading Unreal Engine Mods." homepage = "https://github.com/AstroTechies/unrealmodding" documentation = "https://docs.rs/unreal_helpers" readme = "README.md" license = "MIT" resolver = "1" [dependencies.bitvec] version = "1.0.1" optional = true [dependencies.byteorder] version = "1.4.3" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.regex] version = "1.7.3" optional = true [dependencies.thiserror] version = "1.0.40" [features] bitvec = ["dep:bitvec"] path = [ "dep:lazy_static", "dep:regex", ] read_write = ["dep:byteorder"]