# 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 = "playit-gg" version = "0.1.1" authors = ["Jay Jackson "] include = ["src/**/*", "README.md"] description = "Unofficial Rust wrapper for https://playit.gg" license = "MIT" repository = "https://github.com/TheBotlyNoob/playit.gg-rust" resolver = "2" [lib] path = "src/lib.rs" [[bin]] name = "playit" path = "src/main.rs" required-features = ["cli"] [[bin]] name = "playit-gui" path = "src/gui.rs" required-features = ["gui"] [dependencies.cfg-if] version = "1.0" [dependencies.crossterm] version = "0.22" optional = true [dependencies.iced] version = "0.3" optional = true [dependencies.owo-colors] version = "3.1" optional = true [dependencies.reqwest] version = "0.11" features = ["json", "blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.2" [features] cli = ["owo-colors"] disable-tunnels = [] enable-tunnels = ["disable-tunnels"] full = ["enable-tunnels", "disable-tunnels"] gui = ["full", "iced"] package = ["enable-tunnels", "disable-tunnels"] [target."cfg(target_os = \"macos\")".dependencies.zip] version = "0.5" features = ["deflate"] default-features = false