# 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 = "cyberpunk_mod_manager" version = "1.0.1" authors = ["Yash Sharma "] description = "A mod manager for Cyberpunk 2077" readme = "README.md" keywords = [ "TUI", "Cyberpunk", "modding", "tui-rs", ] categories = [ "command-line-interface", "command-line-utilities", "games", ] license = "GPL-3.0" repository = "https://github.com/yashs662/cyberpunk_mod_manager" [dependencies.compress-tools] version = "0.14.0" [dependencies.crossterm] version = "0.25.0" [dependencies.eyre] version = "0.6" [dependencies.fs_extra] version = "1.2.0" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.tui] version = "0.19.0" [dependencies.tui-logger] version = "0.8.1" [dependencies.walkdir] version = "2.3.2"