# 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 = "rimrs" version = "0.1.4" description = "RimWorld mod manager" homepage = "https://github.com/Breadinator/rimrs" readme = "README.md" license = "Unlicense" repository = "https://github.com/Breadinator/rimrs" [dependencies.dotenv] version = "0.15.0" optional = true [dependencies.eframe] version = "0.20" [dependencies.egui_extras] version = "0.20.0" [dependencies.env_logger] version = "0.10.0" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.17.0" [dependencies.open] version = "3.2" [dependencies.thiserror] version = "1.0.38" [dependencies.tinyfiledialogs] version = "3.9.1" [dependencies.xml-rs] version = "0.8.4" [dev-dependencies.rand] version = "0.8" [features] default = ["dotenv"] dotenv = ["dep:dotenv"]