calcard 0.3.3

iCalendar/JSCalendar and vCard/JSContact parsing, building and conversion library for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[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]
version = "0.1"
optional = true

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

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

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

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

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

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

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

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

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

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