star-toml 26.7.3

Framework for loading, layering, and validating any *.toml configuration file
Documentation
1
2
3
4
5
6
7
name = "web-app"
host = "127.0.0.1"
port = 8080

[security]
csrf = true
secure_cookies = true