async-curl 0.5.1

An asynchronous implementation to perform curl operations with tokio.
Documentation
# 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.5.1"
authors = ["Lorenzo Leonardo <enzotechcomputersolutions@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "async_curl"
path = "src/lib.rs"

[[example]]
name = "async"
path = "examples/async.rs"

[[example]]
name = "builder"
path = "examples/builder.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.curl]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
version = "1.49"
features = [
    "rt",
    "rt-multi-thread",
    "test-util",
    "macros",
]

[dev-dependencies.ctor]
version = "0.6"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.http]
version = "1.4"

[dev-dependencies.wiremock]
version = "0.6"