microsoft_lib 0.1.0

A library for working with Microsoft 365 APIs.
Documentation
[badges.travis-ci]
repository = "github_user/repo"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[lib]
name = "microsoft_lib"
path = "src/lib.rs"

[package]
authors = ["Bryan Abbott <whitefox82@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library for working with Microsoft 365 APIs."
edition = "2021"
keywords = ["microsoft", "microsoft365", "auth", "api"]
license = "GPL-3.0"
name = "microsoft_lib"
readme = "README.md"
repository = "https://github.com/whitefox82/microsoft_lib"
version = "0.1.0"