netgauze-analytics 0.13.0

Analytics infrastructure related library
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 = "netgauze-analytics"
version = "0.13.0"
authors = ["Ahmed Elhassany <a.hassany@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Analytics infrastructure related library
"""
homepage = "https://github.com/NetGauze/NetGauze"
readme = "README.md"
keywords = [
    "streaming",
    "real-time",
    "analytics",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/NetGauze/NetGauze"
resolver = "2"

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

[dependencies.chrono]
version = "0.4"
default-features = false

[dependencies.either]
version = "1.17"

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

[dependencies.pin-project]
version = "1.1"

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

[dependencies.strum_macros]
version = "0.28"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "test-util",
    "macros",
]
default-features = false

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

[lints.clippy.await_holding_lock]
level = "deny"
priority = 0

[lints.clippy.dbg_macro]
level = "deny"
priority = 0

[lints.clippy.disallowed_methods]
level = "deny"
priority = 0

[lints.clippy.disallowed_types]
level = "deny"
priority = 0

[lints.clippy.explicit_into_iter_loop]
level = "deny"
priority = 0

[lints.clippy.explicit_iter_loop]
level = "deny"
priority = 0

[lints.clippy.inconsistent_struct_constructor]
level = "deny"
priority = 0

[lints.clippy.map_flatten]
level = "deny"
priority = 0

[lints.clippy.new_without_default]
level = "allow"
priority = 1

[lints.clippy.no_effect_underscore_binding]
level = "deny"
priority = 0

[lints.clippy.too_long_first_doc_paragraph]
level = "allow"
priority = 0

[lints.clippy.uninlined_format_args]
level = "deny"
priority = 0

[lints.clippy.unused_async]
level = "deny"
priority = 0

[lints.rust.future_incompatible]
level = "deny"
priority = 2

[lints.rust.nonstandard_style]
level = "deny"
priority = 3

[lints.rust.rust-2024-compatibility]
level = "warn"
priority = 6

[lints.rust.rust_2018_idioms]
level = "deny"
priority = 4

[lints.rust.unused_must_use]
level = "forbid"
priority = 1

[lints.rustdoc.broken_intra_doc_links]
level = "warn"
priority = 0