[package] name = "microsoft_lib" version = "0.1.0" authors = ["Bryan Abbott "] edition = "2021" description = "A library for working with Microsoft 365 APIs." license = "GPL-3.0" repository = "https://github.com/whitefox82/microsoft_lib" keywords = ["microsoft", "microsoft365", "auth", "api"] [dependencies] reqwest = { version = "0.12", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.0", features = ["full"] } [badges] travis-ci = { repository = "github_user/repo" }