# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sc_extract" version = "1.1.0" authors = ["AriusX7 "] exclude = ["tests/*"] description = "A command-line tool to extract graphics and csv files from Supercell games." homepage = "https://github.com/AriusX7/sc-extract" readme = "README.md" keywords = ["supercell", "brawlstars", "sc", "clashroyale", "clashofclans"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/AriusX7/sc-extract" [[bin]] name = "sce" path = "src/main.rs" [dependencies.byteorder] version = "1.3.4" [dependencies.colored] version = "2.0.0" [dependencies.conv] version = "0.3.3" [dependencies.hex] version = "0.4.2" [dependencies.image] version = "0.23.10" [dependencies.imageproc] version = "0.22.0" [dependencies.lzma-rs] version = "0.2.0" [dependencies.rayon] version = "1.5.0" [dependencies.structopt] version = "0.3.18" [dependencies.zstd] version = "0.8.0" [target."cfg(any(target_os = \"macos\", target_os = \"linux\"))".dependencies.lzham] version = "0.1.1"