icalendar 0.7.0

Early, minimal icalendar crate.
Documentation
[package]
authors = ["Hendrik Sollich <hendrik@hoodie.de>"]
name = "icalendar"
version = "0.7.0"
license = "MIT/Apache-2.0"
edition = "2018"

description = "Early, minimal icalendar crate."
keywords = ["calendar", "ical", "ics"]

documentation = "https://docs.rs/icalendar/"
repository = "https://github.com/hoodie/icalendar-rs"
readme = "README.md"

include = [
  "Cargo.toml",
  "src/*.rs",
]


[dependencies]
chrono = "0.4"
#error-chain = "*"
#vobject = {path="../hub/vobject"}

[dependencies.uuid]
features = ["v4"]
version = "0.8"

[dev-dependencies]
pretty_assertions = "0.6"