# 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 = "2018" name = "ics" version = "0.5.8" 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 = []