reifydb-profiler 0.6.0

Always-on database profiler primitives: tracing layer, per-scope capture, dimension interning
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 = "reifydb-profiler"
version = "0.6.0"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Always-on database profiler primitives: tracing layer, per-scope capture, dimension interning"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

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

[dependencies.dashmap]
version = "7.0.0-rc2"
features = ["raw-api"]

[dependencies.once_cell]
version = "1.21.4"

[dependencies.paste]
version = "1.0.15"

[dependencies.reifydb-core]
version = "0.6.0"

[dependencies.reifydb-runtime]
version = "0.6.0"

[dependencies.reifydb-value]
version = "0.6.0"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.tdigest]
version = "0.2.3"
features = ["use_serde"]

[dependencies.tokio]
version = "1.52.1"
features = [
    "rt-multi-thread",
    "net",
    "sync",
    "macros",
    "time",
    "tracing",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "json",
    "fmt",
]