The library to parse cmake language.
cmake-language specification:
https://cmake.org/cmake/help/v3.0/manual/cmake-language.7.html
Allows to parse CMakeLists.txt.
Add dependency to Cargo.toml:
toml [dependencies] cmake-parser = "0.1"