# 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 = "rfmp" version = "1.3.1" authors = ["JohnTheCoolingFan "] description = "A program to pack and install Factorio mods from source code quickly" homepage = "https://discord.gg/rqkaeYJhzS" readme = "README.md" license = "MIT" repository = "https://github.com/JohnTheCoolingFan/rfmp" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.2" features = [ "derive", "env", ] [dependencies.dirs] version = "5" [dependencies.glob] version = "0.3" [dependencies.mtzip] version = "3.0.2" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.walkdir] version = "2" [features] rayon = [ "dep:rayon", "mtzip/rayon", ]