xbp-analytics 11.1.7

Deterministic delivery analytics primitives for XBP.
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 = "xbp-analytics"
version = "11.1.7"
authors = ["Floris @ floris@xylex.group"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic delivery analytics primitives for XBP."
homepage = "https://github.com/xylex-group/xbp"
readme = false
license = "MIT"
repository = "https://github.com/xylex-group/xbp"

[package.metadata.dist]
dist = false

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

[[test]]
name = "dora"
path = "tests/dora.rs"

[[test]]
name = "flow"
path = "tests/flow.rs"

[[test]]
name = "management_extensions"
path = "tests/management_extensions.rs"

[[test]]
name = "statistics"
path = "tests/statistics.rs"

[dependencies.chrono]
version = "0.4.38"
features = ["serde"]

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

[dependencies.xbp-delivery]
version = "11.1.7"

[dev-dependencies.serde_json]
version = "1.0.140"