toml-test-data 1.5.0

TOML test cases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.include_dir]
version = "0.7.0"

[package]
categories = ["development-tools:testing", "text-processing", "encoding"]
description = "TOML test cases"
edition = "2021"
include = ["build.rs", "src/**/*", "Cargo.toml", "Cargo.lock", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", "assets/**/*"]
keywords = ["development", "toml"]
license = "MIT OR Apache-2.0"
name = "toml-test-data"
readme = "README.md"
repository = "https://github.com/epage/toml-test-rs"
rust-version = "1.67"
version = "1.5.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]