# 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 = "mview" version = "0.1.0" authors = ["VĂ­tor Vasconcellos "] build = false include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Library for parsing Marmoset Viewer archive packages" homepage = "https://github.com/HeavenVolkoff/mview-rs" readme = "README.md" keywords = [ "3d", "decompress", "mview", "unpacker", ] categories = [ "parsing", "rendering::data-formats", ] license = "MIT" repository = "https://github.com/HeavenVolkoff/mview-rs" [profile.bench] incremental = true [profile.dev] opt-level = 1 [profile.release] lto = "thin" debug = 2 incremental = true strip = "symbols" [lib] name = "mview" path = "src/lib.rs"