[build-dependencies.cc]
default-features = false
version = "1.0.83"
[dependencies]
[features]
broadcast = []
callstack-inlines = []
code-transfer = []
context-switch-tracing = []
debuginfod = []
default = ["enable", "system-tracing", "context-switch-tracing", "sampling", "code-transfer", "broadcast", "callstack-inlines"]
delayed-init = []
demangle = []
enable = []
fibers = []
flush-on-exit = []
manual-lifetime = ["delayed-init"]
ondemand = []
only-ipv4 = []
only-localhost = []
sampling = []
system-tracing = []
timer-fallback = []
verify = []
[package]
authors = ["Simonas Kazlauskas <tracy-client-sys@kazlauskas.me>"]
build = "build.rs"
description = """
Low level bindings to the client libraries for the Tracy profiler
"""
documentation = "https://docs.rs/tracy-client-sys"
edition = "2021"
homepage = "https://github.com/nagisa/rust_tracy_client"
license = "(MIT OR Apache-2.0) AND BSD-3-Clause"
name = "tracy-client-sys"
readme = "README.mkd"
repository = "https://github.com/nagisa/rust_tracy_client"
rust-version = "1.70.0"
version = "0.24.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "tracy_client_sys_docs"]
[target."cfg(windows)".dependencies.windows-targets]
version = ">=0.48, <0.53"
[[test]]
harness = false
name = "tests"
path = "tests.rs"
required-features = ["fibers"]