prima_bridge 0.14.6

A library to implement the bridge pattern
Documentation
[[example]]
name = "rest"

[[example]]
name = "graphql"

[[example]]
name = "graphql_multipart"

[[example]]
name = "auth0"
required-features = ["auth0"]
[dependencies.aes]
optional = true
version = "0.8"

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

[dependencies.bytes]
version = "1.2"

[dependencies.cbc]
features = ["std"]
optional = true
version = "0.1"

[dependencies.chrono]
default-features = false
features = ["clock", "std", "serde"]
optional = true
version = "0.4"

[dependencies.chrono-tz]
optional = true
version = "0.6"

[dependencies.dashmap]
optional = true
version = "5.1"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.jsonwebtoken]
optional = true
version = "8.0"

[dependencies.opentelemetry]
optional = true
version = ">=0.17, <=0.20"

[dependencies.rand]
optional = true
version = "0.8"

[dependencies.redis]
features = ["tokio-comp"]
optional = true
version = "0.23"

[dependencies.reqwest]
features = ["json", "multipart", "stream"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "fs"]
version = "1.16"

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.tracing-opentelemetry]
optional = true
version = ">=0.17, <=0.20"

[dependencies.uuid]
features = ["serde", "v4"]
version = ">=0.7.0, <2.0.0"
[dev-dependencies.env_logger]
version = "0"

[dev-dependencies.flate2]
version = "1.0"

[dev-dependencies.mockito]
version = "1.0"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.16"

[dev-dependencies.tokio-test]
version = "0.4"

[features]
auth0 = ["rand", "redis", "jsonwebtoken", "chrono", "chrono-tz", "aes", "cbc", "dashmap", "tracing"]
default = ["tracing_opentelemetry"]
gzip = ["reqwest/gzip"]
redis-tls = ["redis/tls", "redis/tokio-native-tls-comp"]
tracing_opentelemetry = ["opentelemetry", "tracing", "tracing-opentelemetry"]

[package]
authors = ["Matteo Giachino <matteog@gmail.com>"]
description = "A library to implement the bridge pattern"
edition = "2021"
license = "MIT"
name = "prima_bridge"
readme = "README.md"
repository = "https://github.com/primait/bridge.rs"
version = "0.14.6"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.release]
codegen-units = 1
lto = "thin"