# 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 = "blips" version = "0.1.0" authors = ["Marshall Bowers "] description = "A client for interacting with the Blips API." documentation = "https://docs.rs/blips/" readme = "README.md" keywords = [ "blips", "api", "client", "sdk", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/maxdeviant/blips-sdk" [dependencies.graphql_client] version = "0.11" [dependencies.openssl] version = "0.10" optional = true default-features = false [dependencies.pem] version = "1.1" optional = true default-features = false [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.ring] version = "0.16" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.url] version = "2.3" [features] default = ["rustls-tls"] native-tls = [ "reqwest/default-tls", "openssl", ] rustls-tls = [ "reqwest/rustls-tls", "ring", "pem", ]