# 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 = "smash-lvd" version = "0.4.0" authors = ["jam1garner "] description = "A Rust crate for working with Smash level data (`.lvd`) files from 3DS / Wii U and Ultimate." documentation = "https://docs.rs/smash-lvd" readme = "./README.md" license = "MIT" repository = "https://github.com/jam1garner/lvd-rs" [lib] name = "lvd" path = "src/lib.rs" [[bin]] name = "yamlvd" path = "src/main.rs" required-features = ["cli"] [dependencies.binrw] version = "0.9.2" [dependencies.clap] version = "3.2.17" features = ["derive"] optional = true [dependencies.modular-bitfield] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_yaml] version = "0.8" optional = true [features] cli = [ "serde_support", "clap", "serde_yaml", ] serde_support = ["serde"]