cy-celcat 0.3.2

Safe wrapper around CY Cergy Paris Univertity’s Celcat API
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.lazy_static]
optional = true
version = "1"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.paste]
version = "1.0"

[dependencies.regex]
optional = true
version = "1.5"

[dependencies.reqwest]
features = ["json", "cookies"]
optional = true
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
optional = true
version = "1.0"

[features]
default = ["fetch"]
fetch = ["lazy_static", "log", "regex", "reqwest", "thiserror"]

[lib]
name = "celcat"

[package]
authors = ["Lucas Ransan <lucas@ransan.tk>"]
categories = ["api-bindings"]
description = "Safe wrapper around CY Cergy Paris Univertity’s Celcat API"
edition = "2018"
include = ["/src/**/*", "/Cargo.toml", "/README.md", "/LICENSE"]
keywords = ["celcat", "timetabler", "api"]
license = "MIT"
name = "cy-celcat"
readme = "README.md"
repository = "https://github.com/luc65r/cy-celcat"
version = "0.3.2"