# 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 = "libserpix_rs" version = "0.5.3" description = "Real-time data transmission out of World of Warcraft via encoding data into pixels" homepage = "https://github.com/alex-berliner/libserpix_rs" readme = "README.md" license = "MIT" repository = "https://github.com/alex-berliner/libserpix_rs" [profile.dev.package.win-screenshot] opt-level = 3 [lib] name = "libserpix_rs" [[bin]] name = "wow" path = "src/bin/wow.rs" [dependencies.cbor] version = "0.4.1" [dependencies.devtimer] version = "3.0.0" [dependencies.image] version = "0.24" [dependencies.rustc-serialize] version = "0.3.24" [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1.23.0" features = ["full"] [target."cfg(windows)".dependencies.win-screenshot] version = "3.0.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winuser"] [target."cfg(windows)".dependencies.windows] version = "0.37" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_Storage_Xps", ]