# 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 = "2018" name = "renom" version = "1.5.0" authors = ["Mustafa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple program to rename Unreal Engine projects." documentation = "https://unrealistic.dev/articles/rename-your-project-including-code" readme = "README.md" keywords = [ "gamedev", "ue4", "ue5", "unreal_engine", "rename", ] categories = [ "command-line-utilities", "development-tools", "game-development", "games", ] license = "MIT" repository = "https://github.com/UnrealisticDev/Renom" [lib] name = "renom" path = "src/lib.rs" [[bin]] name = "renom" path = "src/main.rs" [[test]] name = "ini" path = "tests/ini.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.colored] version = "2" [dependencies.indoc] version = "2.0.5" [dependencies.inquire] version = "0.6.0" [dependencies.lmk] version = "0.2.0" [dependencies.regex] version = "1.3.9" [dependencies.rust-ini] version = "0.15" [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.sha2] version = "0.10.2" [dependencies.term] version = "0.6.1" [dependencies.toml] version = "0.8.19" [dependencies.ulid] version = "1.1.3" [dependencies.walkdir] version = "2"