Share TOML code with CodeThis
TOML for Cargo, pyproject, and other config files. Shareable with full highlighting.
Paste TOML nowWhat you get
- TOML-aware syntax highlighting via CodeMirror
- Instant shareable link — no signup required
- Optional expiration (7 days, 30 days, permanent)
- Password protection for private pastes
- Works with the REST API and MCP server
- Rich markdown and MDC components alongside code
Common use cases for TOML pastes
- Cargo.toml dependencies
- pyproject.toml config
- App configuration
- Editor settings
Example
[package]
name = "my-crate"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.35", features = ["full"] }
Related languages
Ready to share some TOML?