[package] name = "web_ical" version = "0.1.2" authors = ["Dayrel Negrin "] edition = "2018" description = "web_ical is an esay iCalendar Rust library. It’s goals are to read and write ics web files (Google Calendar, Airbnb Calendar and more) data in a developer-friendly way." homepage = "https://github.com/otoxteam/web_ical" documentation = "https://docs.rs/web_ical/" readme = "README.md" keywords = ["ics", "ical", "icalendar"] categories = ["calendar"] license = "MIT/Apache-2.0" repository = "https://github.com/otoxteam/web_ical" [dependencies] reqwest = "0.9.18" chrono = "0.4" regex = "1.1.9"