summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e2e20e544cbbf0493523de3135b4922cecdf6675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rrule"
description = "A pure Rust (partial) implementation of recurrence rules as defined in the iCalendar RFC."
license = "MIT"
version = "0.2.1"
authors = ["Fredrik Meringdal"]
edition = "2018"

keywords = ["calendar", "rrule", "ical"]
categories = ["Date and time"]

[dependencies]
chrono = "0.4.19"
chrono-tz = "0.5.3"
once_cell = "1.4.1"
regex = "1.4.1"