tansu 0.6.0

Apache Kafka compatible broker with S3, PostgreSQL, Apache Iceberg and Delta Lake
# 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"
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 = "Apache Kafka compatible broker with S3, PostgreSQL, Apache Iceberg and Delta Lake"
homepage = "https://tansu.io"
readme = "README.md"
keywords = [
    "deltalake",
    "iceberg",
    "kafka",
    "postgres",
    "s3",
]
license = "Apache-2.0"
repository = "https://github.com/tansu-io/tansu"

[features]
default = [
    "dep:tansu-broker",
    "dep:tansu-cli",
    "dep:tansu-schema",
    "dep:tansu-storage",
]
delta = [
    "dep:tansu-broker",
    "dep:tansu-cli",
    "dep:tansu-schema",
    "dep:tansu-storage",
    "tansu-cli/delta",
    "tansu-schema/delta",
]
dynostore = [
    "dep:tansu-broker",
    "dep:tansu-cli",
    "dep:tansu-schema",
    "dep:tansu-storage",
    "tansu-broker/dynostore",
    "tansu-cli/dynostore",
    "tansu-storage/dynostore",
]
iceberg = [
    "dep:tansu-broker",
    "dep:tansu-cli",
    "dep:tansu-schema",
    "dep:tansu-storage",
    "tansu-cli/iceberg",
    "tansu-schema/iceberg",
]
libsql = [
    "dep:tansu-broker",
    "dep:tansu-cli",
    "dep:tansu-schema",
    "dep:tansu-storage",
    "tansu-broker/libsql",
    "tansu-cli/libsql",
    "tansu-storage/libsql",
]
parquet = [
    "dep:tansu-broker",
    "dep:tansu-cli",
    "dep:tansu-schema",
    "dep:tansu-storage",
    "tansu-cli/parquet",
    "tansu-schema/parquet",
]
postgres = [
    "dep:tansu-broker",
    "dep:tansu-cli",
    "dep:tansu-schema",
    "dep:tansu-storage",
    "tansu-broker/postgres",
    "tansu-cli/postgres",
    "tansu-storage/postgres",
]
turso = [
    "dep:tansu-broker",
    "dep:tansu-cli",
    "dep:tansu-schema",
    "dep:tansu-storage",
    "tansu-broker/turso",
    "tansu-cli/turso",
    "tansu-storage/turso",
]

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

[dependencies.dotenv]
version = "0.15.0"

[dependencies.tansu-broker]
version = "0.6.0"
optional = true
default-features = false

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

[dependencies.tansu-cli]
version = "0.6.0"
optional = true
default-features = false

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

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

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

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

[dependencies.tansu-schema]
version = "0.6.0"
optional = true
default-features = false

[dependencies.tansu-storage]
version = "0.6.0"
optional = true
default-features = false

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

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

[dependencies.tracing]
version = "0.1"

[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"