calico 0.5.0

A parser, printer, and data model for iCalendar.
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 = "calico"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser, printer, and data model for iCalendar."
readme = "README.md"
keywords = [
    "icalendar",
    "ical",
    "ics",
    "calendar",
    "rfc5545",
]
categories = [
    "date-and-time",
    "encoding",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/eikopf/calendar-crates"
resolver = "2"

[features]
memchr = ["winnow/simd"]

[lib]
name = "calico"
path = "src/lib.rs"

[[bin]]
name = "parse-calendar"
path = "src/bin/parse-calendar.rs"

[[test]]
name = "corpus"
path = "tests/corpus.rs"

[[test]]
name = "round_trip"
path = "tests/round_trip.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.calendar-types]
version = "0.1.0"

[dependencies.derive_more]
version = "2.0.1"
features = [
    "try_into",
    "from",
]
default-features = false

[dependencies.dizzy]
version = "0.2.0"

[dependencies.hashbrown]
version = "0.15.5"

[dependencies.language-tags]
version = "0.3.2"

[dependencies.lexical-parse-float]
version = "1.0.6"
features = ["format"]

[dependencies.mitsein]
version = "0.8.0"

[dependencies.paste]
version = "1.0.15"

[dependencies.rfc5545-types]
version = "0.1.0"

[dependencies.structible]
version = "0.5.0"

[dependencies.strum]
version = "0.27.2"
features = [
    "derive",
    "phf",
]

[dependencies.winnow]
version = "0.7.10"