[package] name = "unity-unpacker" authors = ["eikobear"] version = "0.1.1" edition = "2021" license = "MIT" keywords = ["gamedev", "unity", "unitypackage"] categories = ["game-development", "command-line-utilities", "filesystem"] description = "A CLI utility for unpacking the assets from Unity's .unitypackage file" homepage = "https://gitlab.com/eikobear/unity-unpacker" repository = "https://gitlab.com/eikobear/unity-unpacker" [dependencies] flate2 = "1" tar = "0"