# 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-svt" version = "0.9.0" authors = ["jam1garner <8260240+jam1garner@users.noreply.github.com>"] description = "Reading and writing sound_volume_table.svt files" license = "MIT" repository = "https://github.com/jam1garner/smash-svt" resolver = "1" [dependencies.binrw] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] serde = ["dep:serde"]