# 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 = "blooemu" version = "0.2.1" authors = [ "INF - Faynot faynotdev@gmail.com", "TGC of Faynot - @iilovesoll", "TGC of INF(EN) - @infpublic", "TGC of INF(RU) - @infpublicru", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "the best library for OS API's manipulation" readme = "README.md" license = "MIT" [lib] name = "blooemu" crate-type = ["lib"] path = "src/lib.rs" [dependencies.cfg-if] version = "1.0" [dependencies.libc] version = "0.2.159" [dependencies.nix] version = "0.29.0" [dependencies.notify-rust] version = "4.5" [dependencies.pnet] version = "0.35.0" [dependencies.serde_json] version = "1.0.128" [dependencies.winapi] version = "0.3.9" features = [ "windef", "winuser", "tlhelp32", "handleapi", "processthreadsapi", "psapi", "winnt", "minwindef", "securitybaseapi", "errhandlingapi", "winbase", "handleapi", "iphlpapi", "winerror", "ws2def", "winerror", "iptypes", "ifmib", "accctrl", "aclapi", "sddl", "mmsystem", "shellapi", "winuser", ]