| Crates.io | basic-toml |
| lib.rs | basic-toml |
| version | 0.1.10 |
| created_at | 2023-01-25 05:46:12.068575+00 |
| updated_at | 2025-03-03 04:41:42.794149+00 |
| description | Minimal TOML library with few dependencies |
| homepage | |
| repository | https://github.com/dtolnay/basic-toml |
| max_upload_size | |
| id | 767155 |
| size | 221,940 |
A library for parsing and producing data in TOML format using Serde.
This crate is a stripped down fork of version 0.5 of the toml crate (from
before the toml_edit rewrite).
[dependencies]
basic-toml = "0.1"