serde_toml 0.0.1

See instead `toml`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
categories = ["encoding", "parser-implementations", "parsing", "config"]
description = "See instead `toml`"
documentation = "https://docs.rs/toml"
edition = "2021"
homepage = "https://github.com/toml-rs/toml"
include = ["src/**/*", "Cargo.toml", "LICENSE*", "README.md", "examples/**/*", "benches/**/*", "tests/**/*"]
keywords = ["encoding", "toml"]
license = "MIT OR Apache-2.0"
name = "serde_toml"
readme = "README.md"
repository = "https://github.com/toml-rs/toml"
rust-version = "1.60.0"
version = "0.0.1"