summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1f22f6b6158e8fa61ba188b5f16b39194c8c6950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "vobject"
version = "0.7.0"
description = "Simple VObject parsing library."

authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
license = "MIT"

homepage = "http://rust-vobject.unterwaditzer.net/"
documentation = "http://rust-vobject.unterwaditzer.net/"
repository = "https://github.com/untitaker/rust-vobject"
readme = "README.md"
keywords = ["vobject", "icalendar", "calendar", "contacts"]

[dependencies]
chrono      = { version = "0.4", optional = true }
thiserror = "1.0"

[features]
default         = []
timeconversions = ["chrono"]