# 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 = "2018" name = "hash40" version = "1.3.1" authors = ["BenHall-7 "] description = "Library for working with Hash40 types in Smash Ultimate" readme = "README.md" license = "MIT" repository = "https://github.com/BenHall-7/hash40-rs" [dependencies.bimap] version = "0.6" [dependencies.binrw] version = "0.11.1" [dependencies.byteorder] version = "1.3" [dependencies.diff-struct] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1" optional = true [features] default = ["serde"] serde = ["dep:serde"]