# 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 = "async-curl" version = "0.4.3" authors = ["Lorenzo Leonardo "] description = "An asynchronous implementation to perform curl operations with tokio." homepage = "https://github.com/LorenzoLeonardo/async-curl" documentation = "https://docs.rs/async-curl" readme = "README.md" categories = ["web-programming::http-client"] license = "MIT" repository = "https://github.com/LorenzoLeonardo/async-curl" [dependencies.async-trait] version = "0.1" [dependencies.curl] version = "0.4" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.37" features = [ "rt", "test-util", "macros", ] [dev-dependencies.ctor] version = "0.2" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.http] version = "1.1" [dev-dependencies.http-types] version = "2.12" [dev-dependencies.wiremock] version = "=0.5.15"