# 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 = "lwa_unity_unpack" version = "0.4.1" exclude = ["/.github"] description = "Simple CLI tool for unpacking the unitypackages." homepage = "https://github.com/Leinnan/lwa_unity_unpack" readme = "README.md" keywords = [ "cli", "unity", "gamedev", "game-development", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/Leinnan/lwa_unity_unpack" [profile.dev.package."*"] opt-level = 2 [profile.release] opt-level = "z" lto = true panic = "abort" [dependencies.anyhow] version = "1.0.78" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.flate2] version = "1.0" [dependencies.gltf] version = "1.4.0" [dependencies.rayon] version = "1.8.0" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tar] version = "0.4"