Spracherkennung für: .orig vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
[package]
name = "basic-toml"
version = "
0.
1.
2"
authors = ["Alex Crichton <alex@alexcrichton.com>", "David Tolnay <dtolnay@gmail.com>"]
categories = ["config", "encoding", "parser-implementations"]
description = "Minimal TOML library with few dependencies"
documentation = "
https://docs.rs/basic-toml"
edition = "
2021"
keywords = ["toml", "serde"]
license = "MIT OR Apache-
2.
0"
repository = "
https://github.com/dtolnay/basic-toml"
[dependencies]
serde = "
1.
0.
97"
[dev-dependencies]
semver = { version = "
1.
0", features = ["serde"] }
serde = { version = "
1.
0", features = ["derive"] }
serde_derive = "
1.
0"
serde_json = "
1.
0"
[lib]
doc-scrape-examples = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]