epitech_api 0.1.7

A library for interacting with the EPITECH intranet API built on top of reqwest
Documentation
[package]
name = "epitech_api"
version = "0.1.7"
authors = ["Hirevo <nipolom@live.fr>"]
description = "A library for interacting with the EPITECH intranet API built on top of reqwest"
readme = "README.md"
keywords = ["epitech", "api", "intranet"]
categories = ["web-programming"]
repository = "https://github.com/Hirevo/epitech-api-rs"
license = "MIT"

[badges]
circle-ci = { repository = "Hirevo/epitech-api-rs", branch = "master" }
maintenance = { status = "actively-developed" }

[dependencies]
reqwest = "^0.8.6"
chrono = "^0.4.4"
serde = "^1.0.67"
serde_derive = "^1.0.68"
serde_json = "^1.0.22"
hyper = "^0.11.27"
lazy_static = "^0.2.11"