schul-cloud-api 0.1.0

Library providing an interface to talk to the schul.cloud api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "schul-cloud-api"
version = "0.1.0"
edition = "2021"
authors = ["Schatten2020"]
description = "Library providing an interface to talk to the schul.cloud api"
repository = "https://github.com/Schatten2021/rust-schulcloud-api"
license = "Apache-2.0"


[dependencies]
reqwest = { version = "0.12.7", features = ["json"] }
openssl = {version = "0.10.66"}
base64 = "0.22.1"
hex = "0.4.3"
serde_json = "1.0.128"
rand = "0.8.0"
serde = { version = "1.0.210", features = ["derive"] }