# 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 = "shopify_api" version = "0.9.0" authors = ["Thomas Tastet"] description = "Shopify API client" documentation = "https://docs.rs/shopify_api" readme = "README.md" keywords = [ "shopify", "api", "client", ] categories = [ "api-bindings", "web-programming", ] license = "MIT" repository = "https://github.com/0xtlt/shopify_api" [dependencies.base64] version = "0.22" optional = true [dependencies.bytes] version = "1.6" optional = true [dependencies.chrono] version = "0.4" [dependencies.graphql_client] version = "0.14" optional = true [dependencies.hmac] version = "0.12" optional = true [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12" features = [ "json", "multipart", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" default-features = false [dependencies.serde_path_to_error] version = "0.1" optional = true [dependencies.sha2] version = "0.10" optional = true [dependencies.simple_logger] version = "4.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["time"] [dependencies.warp] version = "0.3" features = [] optional = true default-features = false [dev-dependencies.tokio] version = "1" features = ["full"] [features] debug = ["serde_path_to_error"] default = [ "full", "rustls", ] full = [ "default", "webhooks", "graphql-client", "debug", ] graphql-client = ["graphql_client"] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"] warp-wrapper = [ "warp", "bytes", ] webhooks = [ "hmac", "sha2", "base64", ]