# 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 = "cdumay_http_client" version = "0.3.2" authors = ["Cédric Dumay "] description = "A library to call remote web application" homepage = "https://github.com/cdumay/rust-cdumay_http_client" documentation = "https://docs.rs/cdumay_http_client" readme = "README.md" keywords = [ "http", "serde", ] categories = [ "authentication", "data-structures", "encoding", "parsing", "web-programming::http-client", ] license = "BSD-3-Clause" repository = "https://github.com/cdumay/rust-cdumay_http_client" [dependencies.base64] version = "0.22.1" [dependencies.cdumay_error] version = "0.3.0" [dependencies.cdumay_result] version = "0.3.0" [dependencies.chrono] version = "0.4.38" [dependencies.http] version = "1.1.0" [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.5" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.url] version = "2.5.2" [dev-dependencies.simple_logger] version = "5.0.0" [badges.gitlab] repository = "cdumay/rust-cdumay_http_client" [badges.maintenance] status = "as-is" [badges.travis-ci] repository = "cdumay/rust-cdumay_http_client"