# 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 = "2021" rust-version = "1.74.0" name = "rrule" version = "0.13.0" authors = [ "Fredrik Meringdal", "Ralph Bisschops ", ] description = "A pure Rust implementation of recurrence rules as defined in the iCalendar RFC." documentation = "https://docs.rs/rrule" readme = "README.md" keywords = [ "calendar", "rrule", "ical", ] categories = ["date-and-time"] license = "MIT OR Apache-2.0" repository = "https://github.com/fmeringdal/rust-rrule" [[bin]] name = "rrule" required-features = ["cli-tool"] [dependencies.chrono] version = "0.4.19" [dependencies.chrono-tz] version = "0.9.0" [dependencies.clap] version = "4.1.9" features = ["derive"] optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.16" [dependencies.regex] version = "1.5.5" features = [ "perf", "std", ] default-features = false [dependencies.serde_with] version = "3.8.1" optional = true [dependencies.thiserror] version = "1.0.30" [dev-dependencies.orig_serde] version = "1.0.137" features = ["derive"] default-features = false package = "serde" [dev-dependencies.serde_json] version = "1.0.80" [features] by-easter = [] cli-tool = ["clap"] default = [] exrule = [] serde = [ "serde_with", "chrono/serde", "chrono-tz/serde", ]