# 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 = "uec" version = "0.3.0" authors = ["Piotr Siuszko "] build = false exclude = [ "/.github", "/wix", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Unreal Engine CLI helper tool" homepage = "https://github.com/Leinnan/uec" readme = "README.md" keywords = [ "cli", "unreal", "unreal-engine-5", "gamedev", "game-development", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/Leinnan/uec" [profile.dev.package."*"] opt-level = 2 [profile.release] opt-level = "z" lto = true panic = "abort" [[bin]] name = "uec" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colour] version = "2" [dependencies.confy] version = "0.6" [dependencies.open] version = "5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"