epitech_api 0.1.2

A library for interacting with the EPITECH intranet API built on top of reqwest
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "epitech_api"
version = "0.1.2"
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"]
license = "MIT"
repository = "https://github.com/Hirevo/epitech-api-rs"
[dependencies.chrono]
version = "^0.4.4"

[dependencies.hyper]
version = "^0.11.27"

[dependencies.lazy_static]
version = "^0.2.11"

[dependencies.reqwest]
version = "^0.8.6"

[dependencies.serde]
version = "^1.0.67"

[dependencies.serde_derive]
version = "^1.0.68"

[dependencies.serde_json]
version = "^1.0.22"
[badges.circle-ci]
branch = "master"
repository = "Hirevo/epitech-api-rs"

[badges.maintenance]
status = "actively-developed"