# 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 = "mock-http-connector" version = "0.3.1" authors = ["Nicolas Moutschen "] description = "Mock hyper HTTPConnector" readme = "README.md" license = "MIT" repository = "https://github.com/nmoutschen/mock-http-connector/" [dependencies.colored] version = "2.0.4" [dependencies.httparse] version = "1.8.0" [dependencies.hyper] version = "0.14.24" features = [ "client", "http1", ] [dependencies.itertools] version = "0.10.5" [dependencies.paste] version = "1.0.11" [dependencies.serde] version = "1.0.152" optional = true [dependencies.serde_json] version = "1.0.93" optional = true [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = ["io-util"] [dev-dependencies.hyper] version = "0.14.24" features = [ "client", "http1", "runtime", "stream", ] [dev-dependencies.rstest] version = "0.16.0" [dev-dependencies.serde] version = "1.0.152" features = ["derive"] [dev-dependencies.speculoos] version = "0.11.0" [dev-dependencies.tokio] version = "1.25.0" features = [ "io-util", "macros", "rt-multi-thread", ] [dev-dependencies.tokio-stream] version = "0.1.14" [dev-dependencies.tokio-test] version = "0.4.2" [features] default = ["json"] json = [ "dep:serde_json", "dep:serde", ]