Crates.io | supply-chain-trust-example-crate-000064 |
lib.rs | supply-chain-trust-example-crate-000064 |
version | |
source | src |
created_at | 2024-11-04 00:10:34.872151+00 |
updated_at | 2025-03-18 16:38:39.617557+00 |
description | A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. |
homepage | https://github.com/toml-rs/toml |
repository | |
max_upload_size | |
id | 1434401 |
Cargo.toml error: | TOML parse error at line 30, column 1 | 30 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A serde-compatible TOML decoder and encoder for Rust.
For format-preserving editing or finer control over output, see toml_edit
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in toml-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.