# 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 = "gvas" version = "0.11.0" authors = [ "localcc ", "Scott Anderson", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crate for parsing UE4 gvas save files." homepage = "https://github.com/localcc/gvas" readme = "README.md" keywords = [ "ue4", "unrealengine", "ue5", "gvas", "uasset", ] license = "MIT" repository = "https://github.com/localcc/gvas" [lib] name = "gvas" path = "src/lib.rs" [[test]] name = "gvas" path = "tests/gvas.rs" [[test]] name = "serde" path = "tests/serde.rs" required-features = ["serde"] [dependencies.byteorder] version = "1.5.0" [dependencies.cfg_eval] version = "0.1.2" [dependencies.enum_dispatch] version = "0.3.13" [dependencies.flate2] version = "1.0.34" [dependencies.indexmap] version = "2.6.0" [dependencies.num_enum] version = "0.7.3" [dependencies.ordered-float] version = "4.4.0" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.serde_with] version = "3.11.0" features = ["hex"] optional = true [dependencies.thiserror] version = "1.0.64" [dev-dependencies.serde_json] version = "1.0.132" features = [ "float_roundtrip", "preserve_order", ] [features] serde = [ "dep:serde", "dep:serde_with", "ordered-float/serde", "indexmap/serde", ]