tansu-proxy 0.6.0

A Kafka API Proxy
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 = "2024"
name = "tansu-proxy"
version = "0.6.0"
authors = ["Peter Morgan <peter.morgan@tansu.io>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "benches/*.rs",
    "build.rs",
    "examples/*.rs",
    "message/*.json",
    "src/**/*.avsc",
    "src/**/*.json",
    "src/**/*.proto",
    "src/**/*.rs",
    "src/**/*.sql",
    "tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Kafka API Proxy"
homepage = "https://tansu.io"
readme = "README.md"
keywords = [
    "deltalake",
    "iceberg",
    "kafka",
    "postgres",
    "s3",
]
license = "Apache-2.0"
repository = "https://github.com/tansu-io/tansu"

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

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

[dependencies.bytes]
version = "1"
features = ["serde"]

[dependencies.clap]
version = "4.5.57"
features = [
    "derive",
    "env",
]

[dependencies.opentelemetry]
version = "0.31.0"

[dependencies.opentelemetry-otlp]
version = "0.31.0"

[dependencies.opentelemetry-semantic-conventions]
version = "0.31.0"

[dependencies.opentelemetry_sdk]
version = "0.31.0"
features = ["testing"]

[dependencies.rama]
version = "0.2.0"
features = [
    "http",
    "tcp",
]

[dependencies.tansu-client]
version = "0.6.0"
default-features = false

[dependencies.tansu-otel]
version = "0.6.0"
default-features = false

[dependencies.tansu-sans-io]
version = "0.6.0"
default-features = false

[dependencies.tansu-service]
version = "0.6.0"
default-features = false

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-util]
version = "0.7"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.url]
version = "2.5.4"
features = ["serde"]

[dependencies.uuid]
version = "1.20.0"
features = [
    "serde",
    "v4",
    "v7",
]

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
deprecated_in_future = "warn"
elided_lifetimes_in_paths = "deny"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
non_ascii_idents = "forbid"
unreachable_pub = "warn"
unsafe_code = "forbid"
unused_import_braces = "warn"
unused_labels = "warn"
unused_lifetimes = "warn"
unused_qualifications = "warn"
unused_results = "warn"

[lints.rust.nonstandard_style]
level = "deny"
priority = -1

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rustdoc]
broken_intra_doc_links = "deny"
private_intra_doc_links = "deny"