📝 TOML Editor Live
✨ Format
📋 JSON
📋 YAML
📋 Copy TOML
TOML Editor
✅ Valid
# Example TOML configuration [package] name = "my-project" version = "1.0.0" description = "An awesome project" authors = ["Developer
"] [dependencies] serde = "1.0" tokio = { version = "1.0", features = ["full"] } [server] host = "0.0.0.0" port = 8080 debug = false max_connections = 100 [database] url = "postgres://localhost/mydb" pool_size = 10 timeout = 30 [logging] level = "info" format = "json"
JSON
YAML
Tree