# 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 = "rrm" version = "0.0.1-alpha.9" authors = ["AOx0 "] description = "Rusty RimWorld (mod) Manager is a cross-platform CLI mod manager written in Rust" homepage = "https://github.com/AOx0/rrm" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/AOx0/rrm" resolver = "2" [dependencies.async-recursion] version = "1.0.0" [dependencies.clap] version = "3.2.5" features = [ "env", "derive", "unicode", "suggestions", "std", ] default-features = false [dependencies.colored] version = "2.0.0" [dependencies.execute] version = "0.2.11" [dependencies.fs_extra] version = "1.2.0" [dependencies.notify] version = "4.0.17" [dependencies.regex] version = "1.5.6" [dependencies.rrm_installer] version = "0.0.1-alpha.7" [dependencies.rrm_locals] version = "0.0.1-alpha.8" [dependencies.rrm_scrap] version = "0.0.1-alpha.7" [dependencies.text_io] version = "0.1.10" [dependencies.tokio] version = "1.19.2" features = ["full"] default-features = false