rpfm_cli 4.3.6

A CLI tool to automate all your Total War modding needs.
[[bin]]
name = "rpfm_cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive", "wrap_help"]
version = "^4"

[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.6"

[dependencies.rpfm_lib]
features = ["integration_log", "integration_git"]
version = "4.3.6"

[dependencies.serde]
version = "^1.0"

[package]
authors = ["Frodo45127 <frodo_gv@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "games"]
description = "A CLI tool to automate all your Total War modding needs."
edition = "2021"
keywords = ["totalwar", "modding", "cli"]
license = "MIT"
name = "rpfm_cli"
readme = "README.md"
repository = "https://github.com/Frodo45127/rpfm"
rust-version = "1.70"
version = "4.3.6"

[target."cfg(windows)".build-dependencies.winres]
version = "^0.1"