# 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.10.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.4.3" [dependencies.cfg_eval] version = "0.1.2" [dependencies.enum_dispatch] version = "0.3.8" [dependencies.flate2] version = "1.0.28" [dependencies.indexmap] version = "2.2.1" [dependencies.num_enum] version = "0.7.1" [dependencies.ordered-float] version = "4.2.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_with] version = "3.5" features = ["hex"] optional = true [dependencies.thiserror] version = "1.0.40" [dev-dependencies.serde_json] version = "1.0.96" features = [ "float_roundtrip", "preserve_order", ] [features] serde = [ "dep:serde", "dep:serde_with", "ordered-float/serde", "indexmap/serde", ]