# 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 = "gmadrs" version = "0.1.2" authors = ["diogo "] description = "Command line utility to interact with .gma files" readme = "README.md" license = "MIT" repository = "https://github.com/diogo464/gmadrs" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.gma] version = "0.3.0" [dependencies.lzma-rs] version = "0.1.3" [dependencies.nanoserde] version = "0.1.18" [dependencies.walkdir] version = "2.3.1" [dependencies.wildmatch] version = "1.0.11"