# 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 = "run-cat" version = "0.1.3" authors = ["ahaoboy"] description = "A cute running cat animation on your windows taskbar." homepage = "https://github.com/ahaoboy/run-cat" readme = "README.md" license = "MIT" repository = "https://github.com/ahaoboy/run-cat" [profile.dist] lto = "thin" inherits = "release" [dependencies.image] version = "0.25.1" [dependencies.sysinfo] version = "0.30.12" [dependencies.tray-icon] version = "0.14.3" [dependencies.winit] version = "0.29" [target."cfg(target_os = \"linux\")".dependencies.dirs] version = "5" [target."cfg(target_os = \"linux\")".dependencies.gtk] version = "0.18" [target."cfg(target_os = \"linux\")".dependencies.libappindicator] version = "0.9" [target."cfg(target_os = \"windows\")".build-dependencies.winres] version = "0.1"