Crates.io | plist |
lib.rs | plist |
version | |
source | src |
created_at | 2015-08-04 14:48:05.134399+00 |
updated_at | 2025-03-24 21:58:54.571809+00 |
description | A rusty plist parser. Supports Serde serialization. |
homepage | |
repository | https://github.com/ebarnard/rust-plist/ |
max_upload_size | |
id | 2752 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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 rusty plist parser.
Many features from previous versions are now hidden behind the enable_unstable_features_that_may_break_with_minor_version_bumps
feature. These will break in minor version releases after the 1.0 release. If you really really must use them you should specify a tilde requirement e.g. plist = "~1.0.3"
in you Cargo.toml
so that the plist crate is not automatically updated to version 1.1.