# 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-extract" version = "0.1.0" authors = ["VĂ­tor Vasconcellos "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for unpacking Marmoset Viewer archive packages, enabling the extraction and decompression of 3D models and scenes." homepage = "https://github.com/HeavenVolkoff/mview-rs/tree/main/cli" readme = "README.md" keywords = [ "3d", "decompress", "mview", "unpacker", ] categories = [ "command-line-utilities", "parsing", "rendering::data-formats", ] license = "MIT" repository = "https://github.com/HeavenVolkoff/mview-rs" [[bin]] name = "mview-extract" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.mview] version = "0.1.0" [lints.clippy] implicit-return = "allow" module-name-repetitions = "allow" multiple-crate-versions = "allow" pub-use = "allow" too_many_lines = "allow" [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1 [lints.rust] deprecated = "warn" deprecated_in_future = "forbid" trivial_casts = "warn" trivial_numeric_casts = "warn" unsafe_code = "forbid" unused_allocation = "warn" unused_qualifications = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = -1