ical 0.11.0

Ical/Vcard parser for Rust
Documentation
[badges.travis-ci]
branch = "master"
repository = "https://travis-ci.org/Peltoche/ical-rs"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.193"

[dependencies.thiserror]
version = "1.0.50"

[features]
default = ["vcard", "ical"]
generator = ["ical"]
ical = ["property"]
line = []
property = ["line"]
serde-derive = ["serde"]
vcard = ["property"]

[lib]
doc = true
name = "ical"
path = "src/lib.rs"
test = true

[package]
authors = ["Peltoche <dev@halium.fr>"]
categories = ["parsing"]
description = "Ical/Vcard parser for Rust"
documentation = "https://docs.rs/ical"
homepage = "https://github.com/Peltoche/ical-rs"
keywords = ["ical", "vcard", "parser"]
license-file = "./LICENSE"
name = "ical"
readme = "./README.md"
repository = "https://github.com/Peltoche/ical-rs"
version = "0.11.0"