# 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 = "steam-tui-temp" version = "0.2.2" authors = ["madisetti "] description = "TUI client for steamcmd." readme = "README.md" keywords = [ "tui", "steam", "steamcmd", "gaming", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dmadisetti/steam-tui/" [dependencies.atty] version = "0.2" [dependencies.crossterm] version = "0.25" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.image] version = "0.24" [dependencies.lazy_static] version = "1.4.0" [dependencies.port_scanner] version = "0.1.5" [dependencies.pretty-bytes] version = "0.2.2" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "2.1.0" [dependencies.terminal-light] version = "1.0.0" [dependencies.tui] version = "0.18" features = [ "crossterm", "serde", ] default-features = false [dependencies.tui-image-rgba-updated] version = "0.2.2"