sysinfo 0.30.12

Library to get system information such as processes, CPUs, disks, components and networks
Documentation
To get the `target_os` etc:
```
rustc --print cfg
```

In `src/lib.rs` add the matching based on the `cfg` data.

Create `src/<new_platform>`.