tracy-client-sys 0.29.0

Low level bindings to the client libraries for the Tracy profiler
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.70.0"
name = "tracy-client-sys"
version = "0.29.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",
]
delayed-init = []
demangle = []
enable = []
fibers = []
flush-on-exit = []
manual-lifetime = ["delayed-init"]
ondemand = []
only-ipv4 = []
only-localhost = []
sampling = []
system-tracing = []
timer-fallback = []
verify = []

[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.53"