Crates.io | basic-toml |
lib.rs | basic-toml |
version | 0.1.9 |
source | src |
created_at | 2023-01-25 05:46:12.068575 |
updated_at | 2024-03-12 03:06:16.090089 |
description | Minimal TOML library with few dependencies |
homepage | |
repository | https://github.com/dtolnay/basic-toml |
max_upload_size | |
id | 767155 |
size | 220,193 |
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"