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