# 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" rust-version = "1.70" name = "rpfm_cli" version = "4.3.8" authors = ["Frodo45127 "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to automate all your Total War modding needs." readme = "README.md" keywords = [ "totalwar", "modding", "cli", ] categories = [ "command-line-utilities", "games", ] license = "MIT" repository = "https://github.com/Frodo45127/rpfm" [[bin]] name = "rpfm_cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "^4" features = [ "derive", "wrap_help", ] [dependencies.csv] version = "^1.1" [dependencies.directories] version = "^5.0" [dependencies.lazy_static] version = "^1.2" [dependencies.rayon] version = "^1.3" [dependencies.rpfm_extensions] version = "4.3.8" [dependencies.rpfm_lib] version = "4.3.8" features = [ "integration_log", "integration_git", ] [dependencies.serde] version = "^1.0" [target."cfg(windows)".build-dependencies.winres] version = "^0.1"