calcard 0.3.2

iCalendar/JSCalendar and vCard/JSContact parsing, building and conversion library for Rust
Documentation
[dependencies.ahash]
version = "0.8.11"

[dependencies.chrono]
version = "0.4.40"

[dependencies.chrono-tz]
version = "0.10.3"

[dependencies.hashify]
version = "0.2.7"

[dependencies.jmap-tools]
optional = true
version = "0.1"

[dependencies.mail-builder]
default-features = false
version = "0.4"

[dependencies.mail-parser]
version = "0.11"

[dependencies.rkyv]
optional = true
version = "0.8"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.uuid]
default-features = false
features = ["v5"]
optional = true
version = "1.19"

[dev-dependencies.chrono]
features = ["serde"]
version = "0.4"

[dev-dependencies.rkyv]
version = "0.8"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = ["jmap"]
jmap = ["jmap-tools", "uuid", "serde", "serde_json"]
rkyv = ["dep:rkyv"]
serde = ["dep:serde", "chrono/serde"]
wasm = ["hashify/force-32bit"]

[lib]
doctest = false
name = "calcard"
path = "src/lib.rs"

[package]
authors = ["Stalwart Labs <hello@stalw.art>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time", "email", "parser-implementations"]
description = "iCalendar/JSCalendar and vCard/JSContact parsing, building and conversion library for Rust"
edition = "2024"
homepage = "https://github.com/stalwartlabs/calcard"
keywords = ["icalendar", "vcard", "jscalendar", "jscontact", "parser"]
license = "Apache-2.0 OR MIT"
name = "calcard"
readme = "README.md"
repository = "https://github.com/stalwartlabs/calcard"
resolver = "2"
version = "0.3.2"