TomlElixir TOML parser for elixir. Installation The package can be installed by adding toml_elixir to your list of dependencies in mix.exs: def deps do [{:toml_elixir, "~> 2.0.0"}] end