TOML is a minimal configuration file format that shines because of its simplicity.
This is a clean-room parser implementation of the TOML spec that allows you to quickly parse any TOML file and get great error reporting when it fails.
Forget YAML, go TOML.
"me.vican.jorge" %% "stoml" % "0.5"
resolvers += Resolver.bintrayRepo("jvican", "releases")
Built on top of Fastparse (which means fast parsing) and Scalacheck to automatically check any combination of valid TOML elements.