[[bench]]
harness = false
name = "client"
path = "benches/client.rs"
[[test]]
harness = false
name = "tests"
path = "tests/tests.rs"
[[test]]
harness = false
name = "loom"
path = "tests/loom.rs"
[dependencies.once_cell]
version = "1.10"
[dependencies.sys]
default-features = false
features = ["manual-lifetime", "delayed-init"]
package = "tracy-client-sys"
version = ">=0.17.0, <0.22.0"
[dev-dependencies.criterion]
version = "0.3"
[features]
broadcast = ["sys/broadcast"]
code-transfer = ["sys/code-transfer"]
context-switch-tracing = ["sys/context-switch-tracing"]
default = ["enable", "system-tracing", "context-switch-tracing", "sampling", "code-transfer", "broadcast"]
enable = ["sys/enable"]
fibers = ["sys/fibers"]
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"]
[package]
authors = ["Simonas Kazlauskas <tracy-client@kazlauskas.me>"]
description = "High level bindings to the client libraries for the Tracy profiler\n"
documentation = "https://docs.rs/tracy-client"
edition = "2018"
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"
version = "0.15.2"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "tracy_client_docs"]
[target."cfg(loom)".dependencies.loom]
version = "0.5"