# 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-error" version = "0.3.2" authors = ["sreeise"] description = "Graph Api error types and handling for the graph-rs-sdk crate" homepage = "https://github.com/sreeise/graph-rs-sdk" readme = "README.md" keywords = [ "onedrive", "microsoft", "microsoft-graph", "api", "oauth", ] categories = [ "authentication", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/sreeise/graph-rs-sdk" [dependencies.anyhow] version = "1.0.69" features = ["backtrace"] [dependencies.base64] version = "0.21.0" [dependencies.futures] version = "0.3" [dependencies.handlebars] version = "2.0.2" [dependencies.http] version = "1" default-features = false [dependencies.http-serde] version = "1" [dependencies.jsonwebtoken] version = "9.1.0" [dependencies.reqwest] version = "0.12" features = [ "json", "gzip", "blocking", "stream", ] default-features = false [dependencies.ring] version = "0.17" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.url] version = "2" [dependencies.uuid] version = "1.3.1" [dependencies.x509-parser] version = "0.15.0"