11e934351Sopenharmony_ci#
21e934351Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
31e934351Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
41e934351Sopenharmony_ci# you may not use this file except in compliance with the License.
51e934351Sopenharmony_ci# You may obtain a copy of the License at
61e934351Sopenharmony_ci#
71e934351Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
81e934351Sopenharmony_ci#
91e934351Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
101e934351Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
111e934351Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
121e934351Sopenharmony_ci# See the License for the specific language governing permissions and
131e934351Sopenharmony_ci# limitations under the License.
141e934351Sopenharmony_ci#/
151e934351Sopenharmony_ci
161e934351Sopenharmony_ci[package]
171e934351Sopenharmony_ciname = "ylong_http_client"
181e934351Sopenharmony_civersion = "0.1.0"
191e934351Sopenharmony_ciedition = "2021"
201e934351Sopenharmony_ci
211e934351Sopenharmony_ci# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
221e934351Sopenharmony_ci
231e934351Sopenharmony_ci[features]
241e934351Sopenharmony_cidefault = ["reqwest_impl"]
251e934351Sopenharmony_cireqwest_impl = ["tokio", "tokio-util", "reqwest"]
261e934351Sopenharmony_ci
271e934351Sopenharmony_ci[dependencies]
281e934351Sopenharmony_citokio = { version = "=1.20.1", features = ["default", "macros", "rt-multi-thread"], optional = true }
291e934351Sopenharmony_citokio-util = { version = "=0.7.1", features = ["default"], optional = true }
301e934351Sopenharmony_cireqwest = { version = "=0.11.13", features = ["default", "stream"], optional = true }
31