ics 0.4.1

A library for creating iCalendar files as specified in RFC5545 and RFC7986.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ics"
version = "0.4.1"
authors = ["hummingly <31522351+hummingly@users.noreply.github.com>"]
include = ["src/**", "Cargo.toml", "LICENSE"]
description = "A library for creating iCalendar files as specified in RFC5545 and RFC7986."
readme = "README.md"
keywords = ["iCalendar", "ical", "ics", "calendar"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hummingly/ics"

[features]
default = ["rfc7986"]
rfc7986 = []