[go: up one dir, main page]

re_tracing 0.12.1

Helpers for tracing/spans/flamegraphs and such.
Documentation
[features]
default = []
server = ["dep:puffin_http", "dep:re_log", "dep:rfd"]

[package]
authors = ["rerun.io <opensource@rerun.io>"]
description = "Helpers for tracing/spans/flamegraphs and such."
edition = "2021"
homepage = "https://rerun.io"
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
license = "MIT OR Apache-2.0"
name = "re_tracing"
publish = true
readme = "README.md"
repository = "https://github.com/rerun-io/rerun"
rust-version = "1.72"
version = "0.12.1"
[package.metadata.docs.rs]
all-features = true
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.puffin]
version = "0.18"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.puffin_http]
optional = true
version = "0.15"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.re_log]
default-features = false
optional = true
version = "0.12.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rfd]
default_features = false
features = ["xdg-portal"]
optional = true
version = "0.12"