# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "msgraph-rs" version = "0.1.2" authors = ["Bryan Abbott "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for interacting with Microsoft Graph API" documentation = "https://docs.rs/msgraph-rs" readme = "README.md" keywords = [ "microsoft", "graph", "api", "oauth", "msgraph", ] license = "GPL-3.0-only" repository = "https://github.com/whitefox82/msgraph-rs" [lib] name = "msgraph_rs" path = "src/lib.rs" [[example]] name = "access_token" path = "examples/access_token.rs" [[example]] name = "get_user" path = "examples/get_user.rs" [[example]] name = "list_users" path = "examples/list_users.rs" [[example]] name = "revoke_signin" path = "examples/revoke_signin.rs" [[example]] name = "send_email" path = "examples/send_email.rs" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12.7" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0" features = ["full"] optional = true [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] async = ["tokio"] [badges.travis-ci] repository = "whitefox82/msgraph-rs"