# 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 = "vhr_datatypes" version = "0.1.0" authors = ["Daniel Boyle "] description = "An implementation of the data/file structures used in the computer game Valheim" homepage = "https://github.com/boylede/vh_reader" readme = "readme.md" keywords = ["gamedev", "serde", "library"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/boylede/vh_reader" [dependencies.base64] version = "0.13.0" [dependencies.flate2] version = "1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0" features = ["derive", "rc"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_repr] version = "0.1" [dependencies.sha2] version = "0.9.8" [dependencies.vhr_serde] version = "0.1.0"