[package] name = "image-help" version = "0.1.0" authors = ["Janis "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] winapi = {version = "0.3.9" , features = ["libloaderapi", "dbghelp", "ntdef", "processthreadsapi"] } utils = { path = "../utils", features = ["win32-error"]} lazy_static = "1.0.0" thiserror = "1.0.0" log = "0.4.0"