tracy-client-sys 0.21.2

Low level bindings to the client libraries for the Tracy profiler
Documentation
[[test]]
harness = false
name = "tests"
path = "tests.rs"
required-features = ["fibers"]
[build-dependencies.cc]
default-features = false
version = "1.0.82"

[dependencies]

[features]
broadcast = []
callstack-inlines = []
code-transfer = []
context-switch-tracing = []
default = ["enable", "system-tracing", "context-switch-tracing", "sampling", "code-transfer", "broadcast", "callstack-inlines"]
delayed-init = []
enable = []
fibers = []
manual-lifetime = []
ondemand = []
only-ipv4 = []
only-localhost = []
sampling = []
system-tracing = []
timer-fallback = []

[package]
authors = ["Simonas Kazlauskas <tracy-client-sys@kazlauskas.me>"]
build = "build.rs"
description = "Low level bindings to the client libraries for the Tracy profiler\n"
documentation = "https://docs.rs/tracy-client-sys"
edition = "2018"
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"
version = "0.21.2"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "tracy_client_sys_docs"]