Share TOML configuration files: Cargo.toml, pyproject.toml, or application configs: highlighted and shareable in one paste.
1[package]2name = "my-cli"3version = "0.3.0"4edition = "2021"56[[bin]]7name = "my-cli"8path = "src/main.rs"910[dependencies]11clap = { version = "4", features = ["derive"] }12tokio = { version = "1", features = ["full"] }13serde = { version = "1", features = ["derive"] }14serde_json = "1"15anyhow = "1"16tracing = "0.1"1718[dev-dependencies]19insta = "1"2021[profile.release]22opt-level = 323lto = true24strip = truePaste TOML code and get a shareable link with full syntax highlighting, server-side rendered with no JavaScript overhead.
Deleted on first open. Can't be viewed twice.
Add a password so the URL alone is not enough to decrypt.
Set pastes to expire after 1 hour, 1 day, 7 days, or up to 30 days. Gone when you say so.
No sign-up, no email, no ads. Paste and share in seconds.
Yes. The grammar handles inline tables, arrays of tables ([[...]]), and multi-line strings.
Pastes up to 5 MB are supported.
Yes. AES-256-GCM encryption runs in your browser before upload. For new pastes, the decryption key lives only in the URL fragment — the server never sees it. Password protection adds PBKDF2 key wrapping so the URL alone cannot decrypt.