[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.futures]
version = "0.3"
[dependencies.prometheus]
features = ["process"]
version = "0.14"
[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sqlx]
features = ["sqlite", "runtime-tokio", "macros", "chrono", "json"]
version = "0.8"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.48"
[dependencies.tracing]
version = "0.1"
[dependencies.urlencoding]
version = "2.1"
[dependencies.woothee]
version = "0.13"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "mockforge_analytics"
path = "src/lib.rs"
[lints.clippy]
dead_code = "allow"
private_interfaces = "allow"
unused_imports = "allow"
unused_variables = "allow"
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_code = "deny"
unused_qualifications = "warn"
[package]
authors = ["SaaSy Solutions LLC <ray.clanan@saasysolutionsllc.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "api-bindings", "web-programming"]
description = "Traffic analytics and metrics dashboard for MockForge"
documentation = "https://docs.rs/mockforge"
edition = "2021"
homepage = "https://mockforge.dev"
keywords = ["mock", "api", "testing", "grpc", "websocket"]
license = "MIT OR Apache-2.0"
name = "mockforge-analytics"
readme = "README.md"
repository = "https://github.com/SaaSy-Solutions/mockforge"
version = "0.3.14"