[package] name = "ifsc-calendar-api" description = "Interface to the IFSC's (unofficial) calendar API" version = "0.2.0" edition = "2021" authors = [ "maxkl " ] license = "MPL-2.0" repository = "https://gitlab.com/maxkl2/ifsc-calendar-api" documentation = "https://docs.rs/ifsc-calendar-api" [dependencies] reqwest = { version = "0.11.3", features = ["json"] } serde = { version = "1.0.126", features = ["derive"] } chrono = "0.4.19"