# 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 = "smash-bgm-property" version = "1.2.0" authors = ["jam1garner <8260240+jam1garner@users.noreply.github.com>"] description = "Reading and writing bgm_property.bin files" documentation = "https://docs.rs/smash-bgm-property" license = "MIT" repository = "https://github.com/jam1garner/smash-bgm-property" resolver = "1" [dependencies.binrw] version = "0.11" [dependencies.hash40] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] serde = ["dep:serde"]