# 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-core" version = "2.0.2" authors = ["sreeise"] description = "Common types and traits for the graph-rs-sdk crate" homepage = "https://github.com/sreeise/graph-rs-sdk" readme = "README.md" license = "MIT" repository = "https://github.com/sreeise/graph-rs-sdk" [dependencies.Inflector] version = "0.11.4" [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "0.1.35" [dependencies.base64] version = "0.21.0" [dependencies.dyn-clone] version = "1.0.14" [dependencies.graph-error] version = "0.3.2" [dependencies.http] version = "1" default-features = false [dependencies.jsonwebtoken] version = "9.1.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.percent-encoding] version = "2" [dependencies.remain] version = "0.2.6" [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.strum] version = "0.25.0" features = ["derive"] [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2" features = ["serde"] [features] brotli = ["reqwest/brotli"] default = ["native-tls"] deflate = ["reqwest/deflate"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] socks = ["reqwest/socks"] trust-dns = ["reqwest/trust-dns"]