1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "plist"
16version = "1.0.1"
17authors = ["Ed Barnard <eabarnard@gmail.com>"]
18description = "A rusty plist parser. Supports Serde serialization."
19documentation = "https://docs.rs/plist/1.0.1/plist/"
20keywords = ["plist", "parser"]
21categories = ["config", "encoding", "parser-implementations"]
22license = "MIT"
23repository = "https://github.com/ebarnard/rust-plist/"
24[dependencies.base64]
25version = "0.13.0"
26
27[dependencies.chrono]
28version = "0.4.11"
29features = ["std"]
30default-features = false
31
32[dependencies.indexmap]
33version = ">=1.0.2,<1.6"
34
35[dependencies.line-wrap]
36version = "0.1.1"
37
38[dependencies.serde]
39version = "1.0.2"
40optional = true
41
42[dependencies.xml_rs]
43version = "0.8.0"
44package = "xml-rs"
45[dev-dependencies.serde_derive]
46version = "1.0.2"
47
48[features]
49default = ["serde"]
50enable_unstable_features_that_may_break_with_minor_version_bumps = []
51