# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "is_main_thread" version = "0.1.0" authors = ["Matthew"] description = "A simply tool to check if current thread is the main one." documentation = "https://docs.rs/is_main_thread" keywords = ["windowing", "winit"] categories = ["concurrency"] license = "Apache-2.0" repository = "https://gitlab.com/CyanPhoton/is_main_thread" [dependencies] [target."cfg(any(target_os = \"linux\",target_os = \"dragonfly\",target_os = \"freebsd\",target_os = \"netbsd\",target_os = \"openbsd\"))".dependencies.libc] version = "0.2.64" [target."cfg(target_os = \"ios\")".dependencies.objc] version = "0.2.3" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.6" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.6" features = ["processthreadsapi", "minwindef"]