TOML

Share TOML code online.

Share TOML configuration files: Cargo.toml, pyproject.toml, or application configs: highlighted and shareable in one paste.

textdrop.sh/xk4mR2
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     = true
Every paste includes

TOML syntax highlighting

Paste TOML code and get a shareable link with full syntax highlighting, server-side rendered with no JavaScript overhead.

Burn after read

Deleted on first open. Can't be viewed twice.

Password protection

Add a password for end-to-end encryption with no raw key stored.

Configurable expiry

Set pastes to expire after 1 hour, 1 day, 7 days, or up to 30 days. Gone when you say so.

No account needed

No sign-up, no email, no ads. Paste and share in seconds.

How it works
Plain Text
Markdown
Code
DB_HOST=db-01.prod.internal
DB_USER=api_svc
DB_PASS=xK9$mP2!qR7nLw2
REDIS_URL=redis://:abc@cache:6379
delete after setup — expires 1hr
7 days
Share
textdrop.sh/
7 days · plain text
Use cases
  • 01Share Cargo.toml dependency configs
  • 02Send pyproject.toml for Python projects
  • 03Share application configuration files
  • 04Distribute Taplo / TOML schema examples
  • 05Send Ruff or tool config snippets
FAQ
Does the TOML grammar support inline tables and arrays?+

Yes. The grammar handles inline tables, arrays of tables ([[...]]), and multi-line strings.

Is there a size limit?+

Pastes up to 5 MB are supported.

Is my TOML config encrypted?+

Yes. AES-256-GCM encryption runs in your browser before upload. Non-password pastes store the raw data key server-side for simple sharing and raw access; password-protected pastes keep the raw key out of the server.

Other languages
Drop your code