tracy-client-sys 0.17.1

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"

[dependencies]

[features]
broadcast = []
code-transfer = []
context-switch-tracing = []
default = ["enable", "system-tracing", "context-switch-tracing", "sampling", "code-transfer", "broadcast"]
enable = []
fibers = []
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.17.1"