talos_certifier_adapters 0.3.18

Adapters used in Talos Certifier
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 = "talos_certifier_adapters"
version = "0.3.18"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adapters used in Talos Certifier"
homepage = "https://github.com/kindredgroup/talos"
readme = "README.md"
keywords = [
    "talos",
    "adapters",
]
license = "MIT"
repository = "https://github.com/kindredgroup/talos"

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

[[bin]]
name = "histogram_decision_timeline_from_kafka"
path = "src/bin/histogram_decision_timeline_from_kafka.rs"

[dependencies.ahash]
version = "0.8.3"

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

[dependencies.deadpool-postgres]
version = "0.11.0"

[dependencies.env_logger]
version = "0.10"

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

[dependencies.log]
version = "0.4"
features = [
    "kv_unstable",
    "std",
    "kv_unstable_serde",
]

[dependencies.mockall]
version = "0.11.0"

[dependencies.postgres-protocol]
version = "=0.6.8"

[dependencies.rdkafka]
version = "0.34.0"
features = ["sasl"]

[dependencies.refinery]
version = "0.8.7"
features = ["tokio-postgres"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.talos_certifier]
version = "0.3.18"

[dependencies.talos_common_utils]
version = "0.3.18"

[dependencies.talos_metrics]
version = "0.3.18"

[dependencies.talos_rdkafka_utils]
version = "0.3.18"

[dependencies.talos_suffix]
version = "0.3.18"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.time]
version = "0.3.30"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[dependencies.tokio-postgres]
version = "=0.7.13"
features = [
    "with-uuid-1",
    "with-serde_json-1",
]

[dependencies.tracing]
version = "0.1.41"
features = ["log"]

[dependencies.uuid]
version = "1.4.1"
features = ["v4"]

[dev-dependencies.serial_test]
version = "2.0.0"