[dependencies.anyhow]
version = "1.0"
[dependencies.dotenv]
version = "0.15"
[dependencies.reqwest]
features = ["json"]
version = "0.10"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "0.2"
[package]
authors = ["Thibaut Vandervelden <thvdveld@vub.be>"]
description = "Canvas LMS REST API"
documentation = "https://thvdveld.gitlab.io/canvasapi/canvasapi/"
edition = "2018"
homepage = "https://gitlab.com/thvdveld/canvasapi"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["rest", "api"]
license = "MIT OR Apache-2.0"
name = "canvasapi"
repository = "https://gitlab.com/thvdveld/canvasapi"
version = "0.1.0"