# 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-oauth" version = "2.0.2" authors = ["sreeise"] exclude = ["src/identity/credentials/test/*"] description = "Rust SDK Client for Microsoft Identity Platform" homepage = "https://github.com/sreeise/graph-rs-sdk" readme = "README.md" keywords = [ "microsoft", "oauth", "authentication", "authorization", ] categories = [ "authentication", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/sreeise/graph-rs-sdk" [[test]] name = "x509_certificate_tests" path = "src/identity/credentials/x509_certificate.rs" required-features = ["openssl"] [dependencies.anyhow] version = "1.0.69" features = ["backtrace"] [dependencies.async-trait] version = "0.1.35" [dependencies.base64] version = "0.21.0" [dependencies.dyn-clone] version = "1.0.14" [dependencies.graph-core] version = "2.0.2" default-features = false [dependencies.graph-error] version = "0.3.2" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "1" default-features = false [dependencies.jsonwebtoken] version = "9.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.openssl] version = "0.10" optional = true [dependencies.reqwest] version = "0.12" features = [ "json", "gzip", "blocking", "stream", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-aux] version = "4.1.2" [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.tao] version = "0.26.1" features = ["serde"] optional = true [dependencies.time] version = "0.3.10" features = [ "local-offset", "serde", ] [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2" features = ["serde"] [dependencies.uuid] version = "1.3.1" features = [ "v4", "serde", ] [dependencies.wry] version = "0.37.0" optional = true [features] brotli = [ "reqwest/brotli", "graph-core/brotli", ] default = ["native-tls"] deflate = [ "reqwest/deflate", "graph-core/deflate", ] interactive-auth = [ "dep:wry", "dep:tao", ] native-tls = [ "reqwest/native-tls", "graph-core/native-tls", ] openssl = ["dep:openssl"] rustls-tls = [ "reqwest/rustls-tls", "graph-core/rustls-tls", ] socks = [ "reqwest/socks", "graph-core/socks", ] trust-dns = [ "reqwest/trust-dns", "graph-core/trust-dns", ]