[[bench]]
harness = false
name = "client"
path = "benches/client.rs"
[dependencies.once_cell]
version = "1.19"
[dependencies.rustc-demangle]
optional = true
version = "0.1"
[dependencies.sys]
default-features = false
package = "tracy-client-sys"
version = ">=0.23.0, <0.25.0"
[dev-dependencies.criterion]
version = "0.5"
[features]
broadcast = ["sys/broadcast"]
callstack-inlines = ["sys/callstack-inlines"]
code-transfer = ["sys/code-transfer"]
context-switch-tracing = ["sys/context-switch-tracing"]
debuginfod = ["sys/debuginfod"]
default = ["enable", "system-tracing", "context-switch-tracing", "sampling", "code-transfer", "broadcast", "callstack-inlines"]
delayed-init = ["sys/delayed-init"]
demangle = ["sys/demangle", "dep:rustc-demangle"]
enable = ["sys/enable"]
fibers = ["sys/fibers"]
flush-on-exit = ["sys/flush-on-exit"]
manual-lifetime = ["sys/manual-lifetime"]
ondemand = ["sys/ondemand"]
only-ipv4 = ["sys/only-ipv4"]
only-localhost = ["sys/only-localhost"]
sampling = ["sys/sampling"]
system-tracing = ["sys/system-tracing"]
timer-fallback = ["sys/timer-fallback"]
verify = ["sys/verify"]
[package]
authors = ["Simonas Kazlauskas <tracy-client@kazlauskas.me>"]
description = """
High level bindings to the client libraries for the Tracy profiler
"""
documentation = "https://docs.rs/tracy-client"
edition = "2021"
homepage = "https://github.com/nagisa/rust_tracy_client"
license = "MIT/Apache-2.0"
name = "tracy-client"
readme = "README.mkd"
repository = "https://github.com/nagisa/rust_tracy_client"
rust-version = "1.70.0"
version = "0.17.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "tracy_client_docs"]
[target."cfg(loom)".dependencies.loom]
version = "0.7"
[[test]]
harness = false
name = "tests"
path = "tests/tests.rs"
[[test]]
harness = false
name = "loom"
path = "tests/loom.rs"