[package] name = "rrules" version = "0.2.3" edition = "2021" description = "A library for working with recurrence rules" license = "MIT" license-file = "LICENSE" authors = ["Thiago Pacheco"] repository = "https://github.com/pachecoio/rrules" keywords = ["recurrence", "rrule", "recurrence-rule"] categories = ["parsing"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.23" regex = "1.7.1" [dev-dependencies] cargo-sonar = "0.14.1"