[dependencies.crossbeam]
optional = true
version = "0.8.4"
[dependencies.dashmap]
optional = true
version = "5.5"
[dependencies.iron_cost]
optional = true
version = "0.3.0"
[dependencies.reqwest]
features = ["json", "json"]
optional = true
version = "0.12"
[dependencies.serde]
features = ["derive", "derive", "rc"]
optional = true
version = "1.0"
[dependencies.tokio]
features = ["full", "time", "sync", "rt"]
optional = true
version = "1.48"
[dependencies.tracing]
optional = true
version = "=0.1.41"
[dependencies.uuid]
features = ["v4", "serde", "v4", "serde"]
optional = true
version = "1.18"
[dev-dependencies.iron_cost]
version = "0.3.0"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio]
features = ["full", "rt-multi-thread", "macros", "time", "sync"]
version = "1.48"
[dev-dependencies.wiremock]
version = "0.6.5"
[features]
default = ["enabled"]
enabled = ["dep:serde", "dep:uuid", "dep:iron_cost", "dep:crossbeam", "dep:dashmap"]
full = ["enabled", "sync"]
sync = ["enabled", "dep:reqwest", "dep:tokio", "dep:tracing"]
[lib]
name = "iron_runtime_analytics"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::profiling"]
description = "Usage analytics and reporting for Iron Cage agent runtime"
edition = "2021"
keywords = ["analytics", "reporting", "metrics", "agent-runtime"]
license = "MIT"
name = "iron_runtime_analytics"
readme = "readme.md"
repository = "https://github.com/.../iron_runtime"
rust-version = "1.70"
version = "0.4.0"
[[test]]
name = "concurrency_test"
path = "tests/concurrency_test.rs"
[[test]]
name = "event_store_test"
path = "tests/event_store_test.rs"
[[test]]
name = "helpers_test"
path = "tests/helpers_test.rs"
[[test]]
name = "protocol_012_test"
path = "tests/protocol_012_test.rs"
[[test]]
name = "recording_test"
path = "tests/recording_test.rs"
[[test]]
name = "stats_test"
path = "tests/stats_test.rs"
[[test]]
name = "sync_test"
path = "tests/sync_test.rs"