ics-core 0.0.0

Typed iCalendar (RFC 5545) model with vendor-extension support — shared core for makeholiday and future consumers. Placeholder version; first real release planned at v0.2.0.
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"
rust-version = "1.85"
name = "ics-core"
version = "0.0.0"
authors = ["ShortArrow"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed iCalendar (RFC 5545) model with vendor-extension support — shared core for makeholiday and future consumers. Placeholder version; first real release planned at v0.2.0."
readme = "README.md"
keywords = [
    "icalendar",
    "ics",
    "rfc5545",
    "calendar",
    "parser",
]
categories = [
    "parsing",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ShortArrow/makeholiday"
resolver = "2"

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]

[dependencies.serde]
version = "1"
features = ["derive"]