# 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 = "clia-reqwest-ntex-stream" version = "1.0.1" authors = ["clia "] description = "A Stream to link between Reqwest and ntex two systems." keywords = [ "reqwest", "ntex", "stream", "adaptor", ] license = "BSD-2-Clause" repository = "https://github.com/clia/reqwest-ntex-stream" resolver = "2" [lib] name = "clia_reqwest_ntex_stream" crate-type = ["rlib"] [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.ntex] version = "0" features = ["tokio"] [dependencies.reqwest] version = "0"