libdd-shared-runtime 4.0.0

Shared tokio runtime with fork-safe worker management for Datadog libraries
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"
rust-version = "1.87.0"
name = "libdd-shared-runtime"
version = "4.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared tokio runtime with fork-safe worker management for Datadog libraries"
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-shared-runtime"
readme = false
license = "Apache-2.0"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-shared-runtime"

[features]
default = ["https"]
fips = ["libdd-capabilities-impl/fips"]
https = ["libdd-capabilities-impl/https"]
regex-lite = ["libdd-common/regex-lite"]

[lib]
name = "libdd_shared_runtime"
crate-type = ["lib"]
path = "src/lib.rs"
bench = false

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

[dependencies.futures]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.futures-util]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.libdd-capabilities]
version = "3.0.1"

[dependencies.libdd-common]
version = "6.0.0"
default-features = false

[dependencies.tokio]
version = "1.36"
features = [
    "rt",
    "macros",
    "time",
]
default-features = false

[dependencies.tokio-util]
version = "0.7.11"

[dependencies.tracing]
version = "0.1"
default-features = false

[dev-dependencies.futures]
version = "0.3"
features = ["executor"]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.libdd-capabilities-impl]
version = "5.0.0"
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.23"
features = ["rt-multi-thread"]

[target.'cfg(target_arch = "wasm32")'.dependencies.futures-util]
version = "0.3"
features = [
    "alloc",
    "channel",
]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"