# 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 = "eiktyrner" version = "0.7.0" authors = ["Niclas Rosengren "] description = "Simple http client based on Hyper. Mainly ment to consume JSON apis." documentation = "https://docs.rs/eiktyrner" license = "MIT" resolver = "2" [dependencies.async-trait] version = "0.1.51" [dependencies.bytes] version = "1.1.0" [dependencies.futures-util] version = "0.3.17" default-features = false [dependencies.http] version = "0.2.5" [dependencies.hyper] version = "0.14.13" features = ["client", "http1", "http2", "stream"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.127" [dependencies.serde_json] version = "1.0.66" [dependencies.sse-agent] version = "0.3.0" optional = true [dependencies.thiserror] version = "1.0.24" [features] default = ["sse"] sse = ["sse-agent"]