# 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 = "icredeem" version = "0.5.0" authors = ["Zarthus "] publish = true description = "Redeem codes for Idle Champions of the Forgotten Realms." homepage = "https://github.com/liefland/idle_champions_redeemer" readme = "README.md" keywords = ["idle_champions"] categories = ["games"] license = "MIT OR Apache-2.0" repository = "https://github.com/liefland/idle_champions_redeemer" [dependencies.arboard] version = "3.3" default-features = false [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.enigo] version = "0.2.0" [dependencies.indicatif] version = "0.17" optional = true [dependencies.licc] version = "0.2" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.36" features = [ "macros", "time", ] optional = true [features] cache = [] default = [ "remote", "progress", "cache", "image", ] image = ["arboard/image-data"] progress = ["indicatif"] remote = [ "licc", "tokio", ] wayland = ["arboard/wayland-data-control"]