# 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 = "graph-rs-sdk" version = "2.0.3" authors = ["sreeise"] exclude = [ "test_files/*", "tests/*", "examples/*", "test-tools/*", "graph-codegen/*", ] description = "Rust SDK Client for Microsoft Graph and Microsoft Identity Platform" homepage = "https://github.com/sreeise/graph-rs-sdk" readme = "README.md" keywords = [ "onedrive", "microsoft", "sdk", "api", "oauth", ] categories = [ "authentication", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/sreeise/graph-rs-sdk" [profile.release] debug = 0 [[example]] name = "oauth_certificate" path = "examples/certificate_auth/main.rs" required-features = [ "interactive-auth", "openssl", ] [[example]] name = "interactive_auth" path = "examples/interactive_auth/main.rs" required-features = ["interactive-auth"] [dependencies.graph-core] version = "2.0.2" default-features = false [dependencies.graph-error] version = "0.3.2" [dependencies.graph-http] version = "2.0.2" default-features = false [dependencies.graph-oauth] version = "2.0.2" default-features = false [dependencies.handlebars] version = "2.0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.12" features = [ "json", "gzip", "blocking", "stream", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.url] version = "2" [dev-dependencies.anyhow] version = "1.0.69" [dev-dependencies.base64] version = "0.21.0" [dev-dependencies.bytes] version = "1.4.0" [dev-dependencies.futures] version = "0.3" [dev-dependencies.http] version = "1" default-features = false [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.log] version = "0.4" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.tokio] version = "1.27.0" features = ["full"] [dev-dependencies.warp] version = "0.3.5" [dev-dependencies.webbrowser] version = "0.8.7" [dev-dependencies.wiremock] version = "0.5.22" [features] brotli = [ "reqwest/brotli", "graph-http/brotli", "graph-oauth/brotli", "graph-core/brotli", ] default = ["native-tls"] deflate = [ "reqwest/deflate", "graph-http/deflate", "graph-oauth/deflate", "graph-core/deflate", ] interactive-auth = ["graph-oauth/interactive-auth"] native-tls = [ "reqwest/native-tls", "graph-http/native-tls", "graph-oauth/native-tls", "graph-core/native-tls", ] openssl = ["graph-oauth/openssl"] rustls-tls = [ "reqwest/rustls-tls", "graph-http/rustls-tls", "graph-oauth/rustls-tls", "graph-core/rustls-tls", ] socks = [ "reqwest/socks", "graph-http/socks", "graph-oauth/socks", "graph-core/socks", ] test-util = ["graph-http/test-util"] trust-dns = [ "reqwest/trust-dns", "graph-http/trust-dns", "graph-oauth/trust-dns", "graph-core/trust-dns", ]