# 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 = "tupdate" version = "0.3.0" authors = ["Solra Bizna "] description = "Tejat Updater" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.atty] version = "0.2" optional = true [dependencies.clap] version = "4.1" features = [ "derive", "wrap_help", ] [dependencies.flate2] version = "1.0" [dependencies.hex] version = "0.4" [dependencies.liso] version = "1.0.0" optional = true [dependencies.lsx] version = "1.1" features = ["sha256"] default-features = false [dependencies.mlua] version = "0.8.7" features = [ "lua54", "vendored", ] [dependencies.rayon] version = "1.6" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.terminal_size] version = "0.2.5" optional = true [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "io-util", "fs", "parking_lot", "macros", ] [dependencies.url] version = "2.3" [dependencies.wax] version = "0.5" [features] always_pause = [] default = ["gui_liso"] gui_liso = [ "atty", "liso", "terminal_size", ] [target."cfg(target_os=\"macos\")".dependencies.cacao] version = "0.3.2" features = ["appkit"] [target."cfg(target_os=\"macos\")".dependencies.objc] version = "0.2" [target."cfg(target_os=\"macos\")".dependencies.objc_id] version = "0.1"