[package] name = "holiday_de" version = "0.1.2" authors = ["Hannes Herrmann "] edition = "2018" description = "Provides dates for public holidays in Germany since 1995" license = "Apache-2.0 AND MIT" readme = "README.md" documentation = "https://docs.rs/holiday_de" repository = "https://github.com/sprudel/holiday_de" keywords = ["holiday", "Germany", "Feiertage"] [dependencies] chrono = "0.4" computus = "1.0.0" [dev-dependencies] proptest = "0.9.1"