[package] name = "lpus" version = "0.1.0" authors = ["nganhkhoa "] description = "Live pool tag scanning frontend" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "lpus" doctest = false [dependencies] app_dirs = "1.2.1" hex = "0.4.2" pdb = "0.5.0" chrono = "0.4" widestring = "0.4.0" winapi = { version = "0.3.8", features = ["libloaderapi", "processthreadsapi", "winbase", "securitybaseapi", "handleapi", "winnt", "winreg", "fileapi", "ioapiset", "winioctl", "errhandlingapi", "sysinfoapi"] } reqwest = { version = "0.10.1", features = ["blocking"] }