pyproject.toml
parser in Rust.
Add it to your Cargo.toml
:
toml
[dependencies]
pyproject-toml = "0.1"
then you are good to go. If you are using Rust 2015 you have to add extern crate pyproject_toml
to your crate root as well.
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.