[package] name = "elikoga-ical-rs" version = "0.2.4" authors = ["Eli Kogan-Wang "] edition = "2021" description = "Ical library" documentation = "https://docs.rs/elikoga-ical-rs" homepage = "https://github.com/elikoga/elikoga-ical-rs/" repository = "https://github.com/elikoga/elikoga-ical-rs/" license = "MIT" keywords = ["ical", "icalendar", "ics", "rfc5545"] categories = ["encoding", "parser-implementations", "parsing", "text-processing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] eyre = "0.6" memchr = "2" thiserror = "1" [dev-dependencies] rand = "0.8.5" [package.metadata.release] pre-release-hook = ["./pre-release.sh"]