toml
v1.1.2+spec-1.1.0 StableA native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.
Quick Verdict
- โStable API (1.x for 11+ years)
- โMassive adoption (183.7K crates depend on it)
- โTeam maintained (3 owners)
- โPermissive license (MIT OR Apache-2.0)
Security
Deep Insights
58.1M downloads in the last 30 days (1.9M/day). Volume is roughly flat compared to the previous period.
183.7K crates depend on toml โ it's part of the Rust ecosystem's core infrastructure. Removing it from your dependency tree would be extremely difficult.
This crate is maintained by a team (3 owners), reducing bus-factor risk and ensuring continuity.
The API has been stable (1.x) for over 11 years with 116 releases. This level of maturity means you can depend on it without worrying about breaking changes.
Notable dependents include icu_collections, proc-macro-error, ed25519-dalek, toml_writer, toml_write. When high-quality crates choose toml, it's a strong quality signal.
Health Breakdown
Recency, release consistency, active ratio
Yanked ratio, deps, size, maturity, features
Reverse deps, ownership, ecosystem
Downloads, momentum, growth trend
Docs, repo, license, metadata
Download Trend
Top Dependents
Version Adoption
Release Timeline
Feature Flags
default =["std", "serde", "parse", "display"]