# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.68" name = "plist" version = "1.7.0" authors = ["Ed Barnard "] description = "A rusty plist parser. Supports Serde serialization." documentation = "https://docs.rs/plist/" readme = "README.md" keywords = [ "plist", "parser", ] categories = [ "config", "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/ebarnard/rust-plist/" [dependencies.base64] version = "0.22.0" [dependencies.indexmap] version = "2.1.0" [dependencies.quick_xml] version = "0.32.0" package = "quick-xml" [dependencies.serde] version = "1.0.2" optional = true [dependencies.time] version = "0.3.30" features = [ "parsing", "formatting", ] [dev-dependencies.serde_derive] version = "1.0.2" [dev-dependencies.serde_yaml] version = "0.8.21" [features] default = ["serde"] enable_unstable_features_that_may_break_with_minor_version_bumps = []