# 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 = "jokolink" version = "0.4.0" authors = ["coderedart "] description = "A crate to copy MumbleLink of Guild Wars 2 by running in wine and copying it to linux filesystem for native access by linux apps" readme = "README.md" license = "MIT" repository = "https://github.com/coderedart/jokolink.git" resolver = "2" [dependencies.bitflags] version = "1" default-features = false [dependencies.color-eyre] version = "0.6" default-features = false [dependencies.num-derive] version = "0" default-features = false [dependencies.num-traits] version = "0" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["std"] default-features = false [dependencies.sysinfo] version = "0.25.1" features = [] default-features = false [dependencies.thiserror] version = "1" default-features = false [dependencies.tracing] version = "0" default-features = false [dependencies.tracing-appender] version = "0" [dependencies.tracing-subscriber] version = "0" [dependencies.widestring] version = "1" features = ["std"] default-features = false [features] [target."cfg(unix)".dependencies.x11rb] version = "0.10.1" features = [] default-features = false [target."cfg(windows)".dependencies.windows] version = "0.38.0" features = [ "Win32_System_Memory", "Win32_Foundation", "Win32_Security", "Win32_UI_WindowsAndMessaging", "Win32_System_Threading", ]